Home
last modified time | relevance | path

Searched defs:PLoc (Results 1 – 18 of 18) 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()
DSerializedDiagnosticPrinter.cpp70 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
DTextDiagnostic.cpp675 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
DLogDiagnosticPrinter.cpp141 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DPrintPreprocessedOutput.cpp154 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
742 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.cpp116 void emitDiagnosticMessage(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticMessage()
134 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/CodeGen/
DCGOpenMPRuntime.cpp106 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in EmitOpenMPUpdateLocation() local
DCodeGenModule.cpp1110 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
DCGDebugInfo.cpp251 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
DCGExpr.cpp2165 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1265 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
DPragma.cpp430 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
DPPDirectives.cpp1008 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/external/clang/lib/AST/
DTypePrinter.cpp922 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
DASTDumper.cpp456 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp1658 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3118 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local