Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp674 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function in __anonfa7087f00411::DumpModuleInfoListener
H A DASTUnit.cpp567 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function in __anon670461e70211::ASTInfoCollector
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h189 virtual bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6162 return Listener.ReadHeaderSearchPaths(HSOpts, Complain); in ParseHeaderSearchPaths()