Home
last modified time | relevance | path

Searched defs:PLoc (Results 1 – 19 of 19) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp159 PresumedLoc PLoc = SM->getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitDiagnostic() local
211 PresumedLoc PLoc, in emitIncludeStack()
242 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
285 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
478 PresumedLoc PLoc, in emitIncludeLocation()
489 PresumedLoc PLoc, in emitImportLocation()
502 PresumedLoc PLoc, in emitBuildingModuleLocation()
H A DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
H A DTextDiagnostic.cpp676 PresumedLoc PLoc, in emitDiagnosticMessage()
773 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
876 PresumedLoc PLoc, in emitIncludeLocation()
885 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation()
896 PresumedLoc PLoc, in emitBuildingModuleLocation()
1247 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
H A DSerializedDiagnosticPrinter.cpp74 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
355 PresumedLoc PLoc, in AddLocToRecord()
657 PresumedLoc PLoc, in EmitDiagnosticMessage()
689 PresumedLoc PLoc, in emitDiagnosticMessage()
759 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
H A DPrintPreprocessedOutput.cpp154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
745 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
H A DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DSanitizerMetadata.cpp80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
H A DCGOpenMPRuntime.cpp176 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation() local
H A DCGDebugInfo.cpp243 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local
276 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local
290 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
H A DCodeGenModule.cpp1156 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
1164 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
H A DCGExpr.cpp2189 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1287 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1295 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1343 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
H A DPragma.cpp428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
H A DPPDirectives.cpp1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp934 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
H A DASTDumper.cpp570 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3106 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local