Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
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()
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
DSerializedDiagnosticPrinter.cpp75 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
356 PresumedLoc PLoc, in AddLocToRecord()
658 PresumedLoc PLoc, in EmitDiagnosticMessage()
690 PresumedLoc PLoc, in emitDiagnosticMessage()
760 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DPrintPreprocessedOutput.cpp151 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
741 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
DCIndexDiagnostic.cpp115 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
133 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
/external/clang/lib/CodeGen/
DSanitizerMetadata.cpp80 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
DCGDebugInfo.cpp256 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local
289 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local
303 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
DCodeGenModule.cpp1172 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
1180 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
DCGOpenMPRuntime.cpp373 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
DCGExpr.cpp2215 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1292 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1300 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1348 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
DPragma.cpp428 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
DPPDirectives.cpp1091 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/external/clang/lib/AST/
DTypePrinter.cpp939 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
DASTDumper.cpp573 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3100 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local