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

Declarations

tools/clang/include/clang/Sema/Sema.h
 9807   OMPClause *ActOnOpenMPAllocatorClause(Expr *Allocator,

References

tools/clang/lib/Sema/SemaOpenMP.cpp
10249     Res = ActOnOpenMPAllocatorClause(Expr, StartLoc, LParenLoc, EndLoc);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3012     OMPClause *IC = SemaRef.ActOnOpenMPAllocatorClause(
tools/clang/lib/Sema/TreeTransform.h
 1585     return getSema().ActOnOpenMPAllocatorClause(A, StartLoc, LParenLoc, EndLoc);