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

References

tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2907   TRY_TO(TraverseStmt(C->getAllocator()));
tools/clang/lib/AST/OpenMPClause.cpp
 1374   if (Expr *Allocator = Node->getAllocator()) {
tools/clang/lib/AST/StmtProfile.cpp
  724   if (Expr *Allocator = C->getAllocator())
tools/clang/lib/Sema/SemaOpenMP.cpp
 4200         getAllocatorKind(S, Stack, AC->getAllocator());
 4208       S.Diag(AC->getAllocator()->getExprLoc(),
 4226                                             AllocatorKind, AC->getAllocator()))
 4228       applyOMPAllocateAttribute(S, PrivateVD, AllocatorKind, AC->getAllocator(),
tools/clang/lib/Sema/TreeTransform.h
 9083   Expr *Allocator = C->getAllocator();
tools/clang/lib/Serialization/ASTWriter.cpp
 6964   Record.AddStmt(C->getAllocator());
tools/clang/tools/libclang/CIndex.cpp
 2284   Visitor->AddStmt(C->getAllocator());