Searched defs:PLoc (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticPrinter.cpp | 69 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 265 PresumedLoc PLoc, in AddLocToRecord() 531 PresumedLoc PLoc, in EmitDiagnosticMessage() 559 PresumedLoc PLoc, in emitDiagnosticMessage() 625 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
|
D | DiagnosticRenderer.cpp | 128 PresumedLoc PLoc; in emitDiagnostic() local 210 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in emitIncludeStackRecursively() local 319 PresumedLoc PLoc, in emitIncludeLocation()
|
D | LogDiagnosticPrinter.cpp | 152 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
|
D | TextDiagnostic.cpp | 661 PresumedLoc PLoc, in emitDiagnosticMessage() 750 void TextDiagnostic::emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc() 859 PresumedLoc PLoc, in emitIncludeLocation() 1213 PresumedLoc PLoc = SM.getPresumedLoc(BLoc); in emitParseableFixits() local
|
D | PrintPreprocessedOutput.cpp | 141 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local 629 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
|
/external/clang/tools/libclang/ |
D | CIndexInclusionStack.cpp | 60 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
|
D | CIndexDiagnostic.cpp | 114 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage() 132 virtual 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/Lex/ |
D | PPMacroExpansion.cpp | 948 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local 956 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local 1002 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
|
D | Pragma.cpp | 399 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
|
D | PPDirectives.cpp | 910 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
|
/external/clang/lib/AST/ |
D | StmtDumper.cpp | 189 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in DumpLocation() local
|
D | TypePrinter.cpp | 878 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 219 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local 253 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local 263 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
|
D | CodeGenModule.cpp | 775 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local 783 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
|