Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp61 Optional<std::string> getRelativeIncludeName(const CompilerInstance &CI, in getRelativeIncludeName() function
201 if (auto IncludeName = getRelativeIncludeName(CI, FileName, &IsQuoted)) in isLocationInKnownFile()
919 if (auto RelativeName = getRelativeIncludeName(CI, FilePath, &IsQuoted)) { in PrepareToExecuteAction()