Searched refs:getManager (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp52 TokLoc.getManager(), Features);
55 TokLoc.getManager(), Features);
70 TokLoc.getManager(), Features);
H A DModuleMap.cpp741 const SourceManager &SrcMgr = Loc.getManager();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp188 Diag.getLocation().isValid() ? &Diag.getLocation().getManager()
297 const SourceManager &CurSM = Stack[I].second.getManager();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp122 const SourceManager &SMgr = (*path.begin())->getLocation().getManager();
284 assert(&Pos.getManager() == &SM && "SourceManagers are different!");
H A DPathDiagnostic.cpp160 const SourceManager &SMgr = LastP->getLocation().getManager();
214 const SourceManager &SMgr = (*D->path.begin())->getLocation().getManager();
334 const SourceManager &SM = XL.getManager();
401 const SourceManager &SM = XL.getManager();
763 return PathDiagnosticLocation(L, L.getManager(), SingleLocK);
H A DBugReporter.cpp960 L = PathDiagnosticLocation(S, L.getManager(), LC);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h104 AnalysisDeclContextManager *getManager() const { function in class:clang::AnalysisDeclContext
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h277 const SourceManager &getManager() const { function in class:clang::SourceLocation::FullSourceLoc
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h284 const SourceManager& getManager() const { assert(isValid()); return *SM; } function in class:clang::ento::PathDiagnosticLocation
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h412 getManager()->getContext(FD);

Completed in 113 milliseconds