Searched defs:PLoc (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp153 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); local
H A DDiagnosticRenderer.cpp159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); local
236 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); local
204 emitIncludeStack(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, const SourceManager &SM) argument
279 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); local
471 emitIncludeLocation(SourceLocation Loc, PresumedLoc PLoc, const SourceManager &SM) argument
482 emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
495 emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
[all...]
H A DSerializedDiagnosticPrinter.cpp70 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, argument
282 AddLocToRecord(SourceLocation Loc, const SourceManager *SM, PresumedLoc PLoc, RecordDataImpl &Record, unsigned TokSize) argument
569 EmitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, const SourceManager *SM, DiagOrStoredDiag D) argument
601 emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, const SourceManager *SM, DiagOrStoredDiag D) argument
672 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); local
[all...]
H A DPrintPreprocessedOutput.cpp166 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
771 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp909 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( local
H A DASTDumper.cpp413 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); local
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp432 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); local
H A DPPDirectives.cpp1039 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1063 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
1071 PresumedLoc PLoc = SM.getPresumedLoc(L); local
H A DCGDebugInfo.cpp265 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
313 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
[all...]
H A DCGExpr.cpp2115 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1678 PresumedLoc PLoc = SM->getPresumedLoc(Loc); local
3169 PresumedLoc PLoc = SM->getPresumedLoc(Location); local

Completed in 286 milliseconds