Home
last modified time | relevance | path

Searched refs:getIncludeLoc (Results 1 – 14 of 14) sorted by relevance

/external/clang/tools/libclang/
DCIndexInclusionStack.cpp61 SourceLocation L = FI.getIncludeLoc(); in clang_getInclusions()
66 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in clang_getInclusions()
DCIndex.cpp318 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp214 SourceLocation IncludeLoc = PLoc.getIncludeLoc(); in emitIncludeStack()
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
DPrintPreprocessedOutput.cpp264 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/external/clang/include/clang/Basic/
DSourceManager.h271 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
997 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1003 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
DSourceLocation.h390 SourceLocation getIncludeLoc() const { return IncludeLoc; } in getIncludeLoc() function
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1305 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1311 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1350 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1352 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
DPPLexerChange.cpp381 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
DPPDirectives.cpp1097 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
DModuleMap.cpp933 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
/external/clang/lib/Basic/
DSourceManager.cpp1472 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()
1532 return FI.getIncludeLoc().isInvalid(); in isInMainFile()
1799 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()
1967 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp134 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/external/clang/lib/AST/
DASTImporter.cpp4972 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
/external/clang/lib/Serialization/
DASTWriter.cpp1834 Record.push_back(File.getIncludeLoc().getRawEncoding()); in WriteSourceManagerBlock()