Home
last modified time | relevance | path

Searched refs:identifierInit (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.h26 MPIFunctionClassifier(ASTContext &ASTCtx) { identifierInit(ASTCtx); } in MPIFunctionClassifier()
52 void identifierInit(ASTContext &ASTCtx);
DMPIFunctionClassifier.cpp22 void MPIFunctionClassifier::identifierInit(ASTContext &ASTCtx) { in identifierInit() function in clang::ento::mpi::MPIFunctionClassifier