Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp51 CI.getFileSystemOpts(), CI.getHeaderSearchOptsPtr()); in ExecuteAction()
H A DFrontendAction.cpp698 CI.getHeaderSearchOptsPtr(), CI.getLangOptsPtr()); in BeginSourceFile()
H A DCompilerInstance.cpp453 new HeaderSearch(getHeaderSearchOptsPtr(), getSourceManager(), in createPreprocessor()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h324 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr() function
325 return Invocation->getHeaderSearchOptsPtr(); in getHeaderSearchOptsPtr()
H A DCompilerInvocation.h273 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() { in getHeaderSearchOptsPtr() function
/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp571 Diags, CI.getFileSystemOpts(), CI.getHeaderSearchOptsPtr()); in loadFromDump()