Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp61 SourceLocation L = FI.getIncludeLoc(); in clang_getInclusions()
66 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in clang_getInclusions()
H A DCIndex.cpp319 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp214 SourceLocation IncludeLoc = PLoc.getIncludeLoc(); in emitIncludeStack()
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
H A DPrintPreprocessedOutput.cpp267 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h285 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1011 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1017 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
H A DSourceLocation.h390 SourceLocation getIncludeLoc() const { return IncludeLoc; } in getIncludeLoc() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1300 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1306 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1345 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1347 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
H A DPPLexerChange.cpp381 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
H A DPPDirectives.cpp1097 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
H A DModuleMap.cpp919 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A 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()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp271 LocStart = SM.getIncludeLoc(ExpandedFile); in createFileExpansionRegion()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4950 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1819 Record.push_back(File.getIncludeLoc().getRawEncoding()); in WriteSourceManagerBlock()