Home
last modified time | relevance | path

Searched refs:IncludingFile (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp230 llvm::StringRef IncludingFile) const { in calculateIncludePath()
238 InsertedHeader.File, BuildDir, IncludingFile, &IsSystem); in calculateIncludePath()
241 StringRef IncludingDir = llvm::sys::path::parent_path(IncludingFile); in calculateIncludePath()
DHeaders.h187 llvm::StringRef IncludingFile) const;
DSourceCode.cpp260 FileID IncludingFile; in includeHashLoc() local
262 std::tie(IncludingFile, Offset) = in includeHashLoc()
265 llvm::StringRef Buf = SM.getBufferData(IncludingFile, &Invalid); in includeHashLoc()
274 return SM.getComposedLoc(IncludingFile, Offset); in includeHashLoc()
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp127 if (const FileEntry *IncludingFile = in InclusionDirective() local
129 if (IncludingFile->getDir()) in InclusionDirective()
130 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp5305 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5308 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()