Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DSerializedDiagnosticPrinter.cpp69 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
DDiagnosticRenderer.cpp128 PresumedLoc PLoc; in emitDiagnostic() local
210 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in emitIncludeStackRecursively() local
319 PresumedLoc PLoc, in emitIncludeLocation()
DLogDiagnosticPrinter.cpp152 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DTextDiagnostic.cpp661 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
DPrintPreprocessedOutput.cpp141 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
629 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in DoPrintPreprocessedInput() local
/external/clang/tools/libclang/
DCIndexInclusionStack.cpp60 PresumedLoc PLoc = SM.getPresumedLoc(L); in clang_getInclusions() local
DCIndexDiagnostic.cpp114 virtual void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
132 virtual void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp948 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
DPragma.cpp399 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
DPPDirectives.cpp910 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/external/clang/lib/AST/
DStmtDumper.cpp189 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in DumpLocation() local
DTypePrinter.cpp878 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp219 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
DCodeGenModule.cpp775 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
783 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local