Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp116 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function in __anon798b1aa30111::PrebuiltModuleListener
/src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp704 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function in __anon883fc6af0411::DumpModuleInfoListener
H A DASTUnit.cpp578 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function in __anon577c51a60211::ASTInfoCollector
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h189 virtual bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() function
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6168 return Listener.ReadHeaderSearchPaths(HSOpts, Complain); in ParseHeaderSearchPaths()