Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexInclusionStack.cpp47 SourceLocation L = FI.getIncludeLoc(); in getInclusions()
56 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in getInclusions()
DCIndex.cpp316 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
/external/clang/lib/Basic/
DSourceManager.cpp1487 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()
1547 return FI.getIncludeLoc().isInvalid(); in isInMainFile()
1814 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()
1982 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
2175 if (FI.getIncludeLoc().isValid()) in dump()
2176 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp171 PLoc.isInvalid() ? SourceLocation() : PLoc.getIncludeLoc(); in emitIncludeStack()
214 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
DPrintPreprocessedOutput.cpp263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/external/clang/include/clang/Basic/
DSourceManager.h276 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1030 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1036 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
DSourceLocation.h391 SourceLocation getIncludeLoc() const { assert(isValid()); return IncludeLoc; } in getIncludeLoc() function
/external/clang/lib/Lex/
DPPMacroExpansion.cpp1590 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1596 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1635 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1637 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
DPPLexerChange.cpp392 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
DPPDirectives.cpp732 Loc = SM.getIncludeLoc(ID); in getModuleHeaderToIncludeForDiagnostics()
1236 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
DModuleMap.cpp939 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp125 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/external/clang/lib/Sema/
DSemaType.cpp3446 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
/external/clang/lib/Serialization/
DASTWriter.cpp1947 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()
/external/clang/lib/AST/
DASTImporter.cpp6409 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()