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
209 PresumedLoc PLoc, in emitIncludeStack()
240 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitIncludeStackRecursively() local
283 PresumedLoc PLoc = SM.getPresumedLoc(Loc, DiagOpts->ShowPresumedLoc); in emitImportStackRecursively() local
628 PresumedLoc PLoc, in emitIncludeLocation()
639 PresumedLoc PLoc, in emitImportLocation()
655 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.cpp76 void emitDiagnosticLoc(SourceLocation Loc, PresumedLoc PLoc, in emitDiagnosticLoc()
357 PresumedLoc PLoc, in AddLocToRecord()
647 PresumedLoc PLoc, in EmitDiagnosticMessage()
679 PresumedLoc PLoc, in emitDiagnosticMessage()
749 PresumedLoc PLoc = SM ? SM->getPresumedLoc(Loc) : PresumedLoc(); in emitNote() local
DLogDiagnosticPrinter.cpp145 PresumedLoc PLoc = SM.getPresumedLoc(Info.getLocation()); in HandleDiagnostic() local
DPrintPreprocessedOutput.cpp150 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in MoveToLine() local
773 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.cpp83 PresumedLoc PLoc = CGM.getContext().getSourceManager().getPresumedLoc(Loc); in getLocationMetadata() local
DCGDebugInfo.cpp280 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in getOrCreateFile() local
320 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getLineNumber() local
333 PresumedLoc PLoc = SM.getPresumedLoc(Loc.isValid() ? Loc : CurLoc); in getColumnNumber() local
DCodeGenModule.cpp1296 PresumedLoc PLoc = SM.getPresumedLoc(Loc); in EmitAnnotationUnit() local
1304 PresumedLoc PLoc = SM.getPresumedLoc(L); in EmitAnnotationLineNo() local
DCGExpr.cpp2353 PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc); in EmitCheckSourceLocation() local
DCGOpenMPRuntime.cpp443 PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc); in emitUpdateLocation() local
/external/clang/lib/Basic/
DSourceLocation.cpp45 PresumedLoc PLoc = SM.getPresumedLoc(*this); in print() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1495 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Loc); in ExpandBuiltinMacro() local
1503 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
1551 PresumedLoc PLoc = SourceMgr.getPresumedLoc(Tok.getLocation()); in ExpandBuiltinMacro() local
DPragma.cpp433 PresumedLoc PLoc = SourceMgr.getPresumedLoc(SysHeaderTok.getLocation()); in HandlePragmaSystemHeader() local
DPPDirectives.cpp1087 PresumedLoc PLoc = SM.getPresumedLoc(FlagTok.getLocation()); in ReadLineMarkerFlags() local
/external/clang/lib/AST/
DTypePrinter.cpp944 PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc( in printTag() local
DASTDumper.cpp579 PresumedLoc PLoc = SM->getPresumedLoc(SpellingLoc); in dumpLocation() local
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1646 PresumedLoc PLoc = SM->getPresumedLoc(Loc); in ConvertSourceLocationToLineDirective() local
3092 PresumedLoc PLoc = SM->getPresumedLoc(Location); in RewriteLineDirective() local