Home
last modified time | relevance | path

Searched defs:ASTCtx (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.cpp22 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit()
29 void MPIFunctionClassifier::initPointToPointIdentifiers(ASTContext &ASTCtx) { in initPointToPointIdentifiers()
86 void MPIFunctionClassifier::initCollectiveIdentifiers(ASTContext &ASTCtx) { in initCollectiveIdentifiers()
180 void MPIFunctionClassifier::initAdditionalIdentifiers(ASTContext &ASTCtx) { in initAdditionalIdentifiers()
DMPIFunctionClassifier.h26 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp444 CGBuilderTy &Builder, ASTContext &ASTCtx) { in GenOpenCLArgMetadata()
/external/clang/lib/Sema/
DSemaExprCXX.cpp877 DeclContext *CurSemaContext, ASTContext &ASTCtx) { in adjustCVQualifiersForCXXThisWithinLambda()