| /external/clang/lib/Frontend/ |
| D | DiagnosticRenderer.cpp | 159 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()
|
| D | SerializedDiagnosticPrinter.cpp | 70 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 284 PresumedLoc PLoc, in AddLocToRecord() 584 PresumedLoc PLoc, in EmitDiagnosticMessage() 616 PresumedLoc PLoc, in emitDiagnosticMessage() 686 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
|
| D | TextDiagnostic.cpp | 675 PresumedLoc PLoc, in emitDiagnosticMessage() 772 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 874 PresumedLoc PLoc, in emitIncludeLocation() 883 void TextDiagnostic::emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, in emitImportLocation() 894 PresumedLoc PLoc, in emitBuildingModuleLocation() 1244 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
|
| D | LogDiagnosticPrinter.cpp | 141 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
|
| D | PrintPreprocessedOutput.cpp | 154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 742 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
|
| /external/clang/tools/libclang/ |
| D | CIndexInclusionStack.cpp | 64 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
|
| D | CIndexDiagnostic.cpp | 116 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 134 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
|
| /external/clang/lib/Basic/ |
| D | SourceLocation.cpp | 45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
|
| /external/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.cpp | 106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation() local
|
| D | CodeGenModule.cpp | 1110 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 1118 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local 1976 PresumedLoc PLoc = Context.getSourceManager().getPresumedLoc(Loc); in reportGlobalToASan() local
|
| D | CGDebugInfo.cpp | 251 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local 285 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local 299 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
|
| D | CGExpr.cpp | 2165 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
|
| /external/clang/lib/Lex/ |
| D | PPMacroExpansion.cpp | 1265 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local 1273 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local 1321 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
|
| D | Pragma.cpp | 430 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
| D | PPDirectives.cpp | 1008 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
| /external/clang/lib/AST/ |
| D | TypePrinter.cpp | 922 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
| D | ASTDumper.cpp | 456 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
|
| /external/clang/lib/Rewrite/Frontend/ |
| D | RewriteModernObjC.cpp | 1658 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local 3118 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local
|