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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); local
/freebsd-10.0-release/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 DPrintPreprocessedOutput.cpp159 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
724 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); local
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...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp889 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( local
H A DASTDumper.cpp386 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp424 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); local
H A DPPDirectives.cpp942 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp947 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
955 PresumedLoc PLoc = SM.getPresumedLoc(L); local
H A DCGDebugInfo.cpp223 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
257 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
271 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
[all...]
H A DCGExpr.cpp2151 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1662 PresumedLoc PLoc = SM->getPresumedLoc(Loc); local
3153 PresumedLoc PLoc = SM->getPresumedLoc(Location); local

Completed in 286 milliseconds