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

References

gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
  101     Visit(SA->getAllocator());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 2676   if (!getDerived().TraverseStmt(A->getAllocator()))
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1063     Record.AddStmt(SA->getAllocator());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10977       !AA->getAllocator())
10993   assert(AA->getAllocator() &&
10995   llvm::Value *Allocator = CGF.EmitScalarExpr(AA->getAllocator());
tools/clang/lib/Sema/SemaOpenMP.cpp
 2534   Expr *PrevAllocator = A->getAllocator();
tools/clang/lib/Serialization/ASTWriter.cpp
 5393         Record.AddStmt(A->getAllocator());