reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
  851     if (!getNumElemsParam().isValid())
  857     if (!(!getNumElemsParam().isValid())) {
  858       OS << "" << getNumElemsParam().getSourceIndex() << "";
  866     if (!getNumElemsParam().isValid())
  872     if (!(!getNumElemsParam().isValid())) {
  873       OS << "" << getNumElemsParam().getSourceIndex() << "";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
   70     if (SA->getNumElemsParam().isValid())
   71       OS << " " << SA->getNumElemsParam().getSourceIndex();
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  122         return new (C) AllocSizeAttr(C, *A, A->getElemSizeParam(), A->getNumElemsParam());
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  147     Record.push_back(SA->getNumElemsParam().serialize());
tools/clang/lib/AST/ExprConstant.cpp
 7726   if (!AllocSize->getNumElemsParam().isValid()) {
 7732   unsigned NumArgNo = AllocSize->getNumElemsParam().getASTIndex();
tools/clang/lib/CodeGen/CGCall.cpp
 1887       if (AllocSize->getNumElemsParam().isValid())
 1888         NumElemsParam = AllocSize->getNumElemsParam().getLLVMIndex();