Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.cpp331 llvm::StringRef IncludingFile) const { in calculateIncludePath()
339 InsertedHeader.File, BuildDir, IncludingFile, &IsSystem); in calculateIncludePath()
342 StringRef IncludingDir = llvm::sys::path::parent_path(IncludingFile); in calculateIncludePath()
H A DHeaders.h244 llvm::StringRef IncludingFile) const;
H A DSourceCode.cpp257 FileID IncludingFile; in includeHashLoc() local
259 std::tie(IncludingFile, Offset) = in includeHashLoc()
262 llvm::StringRef Buf = SM.getBufferData(IncludingFile, &Invalid); in includeHashLoc()
271 return SM.getComposedLoc(IncludingFile, Offset); in includeHashLoc()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp124 if (const FileEntry *IncludingFile = in InclusionDirective() local
126 if (IncludingFile->getDir()) in InclusionDirective()
127 NotFoundRelativeTo(IncludingFile->getDir()); in InclusionDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp5676 llvm::StringRef IncludingFile) { in getHeaderNameForHeader() argument
5679 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()