HomeSort by: relevance | last modified time | path
    Searched defs:createBegin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 580 PathDiagnosticLocation::createBegin(const Decl *D,
586 PathDiagnosticLocation::createBegin(const Stmt *S,
673 return PathDiagnosticLocation::createBegin(
684 return PathDiagnosticLocation::createBegin(
709 return PathDiagnosticLocation::createBegin(RS, SMng,
873 callEnterWithin = PathDiagnosticLocation::createBegin(Callee, SM);
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 255 static PathDiagnosticLocation createBegin(const Decl *D,
262 createBegin(const Decl *D, const SourceManager &SM,
264 return createBegin(D, SM);
268 static PathDiagnosticLocation createBegin(const Stmt *S,

Completed in 21 milliseconds