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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp49 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h91 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp144 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); local
H A DDiagnosticRenderer.cpp120 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); local
165 void DiagnosticRenderer::emitIncludeStack(FullSourceLoc Loc, PresumedLoc PLoc, argument
196 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); local
237 PresumedLoc PLoc = Loc.getPresumedLoc(DiagOpts->ShowPresumedLoc); local
592 emitIncludeLocation(FullSourceLoc Loc, PresumedLoc PLoc) argument
602 emitImportLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
616 emitBuildingModuleLocation(FullSourceLoc Loc, PresumedLoc PLoc, StringRef ModuleName) argument
[all...]
H A DSerializedDiagnosticPrinter.cpp342 void SDiagsWriter::AddLocToRecord(FullSourceLoc Loc, PresumedLoc PLoc, argument
627 void SDiagsWriter::EmitDiagnosticMessage(FullSourceLoc Loc, PresumedLoc PLoc, argument
656 emitDiagnosticMessage( FullSourceLoc Loc, PresumedLoc PLoc, DiagnosticsEngine::Level Level, StringRef Message, ArrayRef<clang::CharSourceRange> Ranges, DiagOrStoredDiag D) argument
722 PresumedLoc PLoc = Loc.hasManager() ? Loc.getPresumedLoc() : PresumedLoc(); local
[all...]
H A DPrintPreprocessedOutput.cpp157 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
920 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp92 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); local
H A DCGDebugInfo.cpp405 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
483 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
496 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); local
[all...]
H A DCGExpr.cpp2893 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); local
H A DCodeGenModule.cpp2221 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
2229 PresumedLoc PLoc = SM.getPresumedLoc(L); local
H A DCGOpenMPRuntime.cpp1723 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); local
2690 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp50 PresumedLoc PLoc = SM.getPresumedLoc(*this); local
91 PresumedLoc PLoc = SM.getPresumedLoc(Loc); local
[all...]
H A DSourceManager.cpp1222 PresumedLoc PLoc = getPresumedLoc(Loc); local
1385 PresumedLoc PLoc = getPresumedLoc(Loc); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp470 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); local
H A DPPDirectives.cpp1251 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1194 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( local
H A DTextNodeDumper.cpp350 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); local
[all...]
H A DExpr.cpp2204 PresumedLoc PLoc = Ctx.getSourceManager().getPresumedLoc( local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7000 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + local
7015 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + local
7063 SMLoc PLoc = SMLoc::getFromPointer(NameLoc.getPointer() + local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1625 PresumedLoc PLoc = SM->getPresumedLoc(Loc); local
3057 PresumedLoc PLoc = SM->getPresumedLoc(Location); local

Completed in 596 milliseconds