Home
last modified time | relevance | path

Searched defs:HeaderInfo (Results 1 – 10 of 10) sorted by relevance

/minix/external/bsd/llvm/dist/clang/unittests/Basic/
H A DSourceManagerTest.cpp82 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts, in TEST_F() local
199 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts, in TEST_F() local
297 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts, in TEST_F() local
/minix/external/bsd/llvm/dist/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp97 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts, in TEST_F() local
H A DPPCallbacksTest.cpp137 void AddFakeHeader(HeaderSearch& HeaderInfo, const char* HeaderPath, in AddFakeHeader()
168 HeaderSearch HeaderInfo(HSOpts, SourceMgr, Diags, LangOpts, in InclusionDirectiveFilenameRange() local
204 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, in PragmaOpenCLExtensionCall() local
H A DLexerTest.cpp69 HeaderSearch HeaderInfo(new HeaderSearchOptions, SourceMgr, Diags, LangOpts, in CheckLex() local
/minix/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h44 HeaderSearch &HeaderInfo; variable
H A DPreprocessor.h103 HeaderSearch &HeaderInfo; variable
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h90 std::unique_ptr<HeaderSearch> HeaderInfo; variable
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp298 HeaderSearch *HeaderInfo = new HeaderSearch(&getHeaderSearchOpts(), in createPreprocessor() local
H A DASTUnit.cpp703 HeaderSearch &HeaderInfo = *AST->HeaderInfo; in LoadFromASTFile() local
/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp89 HeaderSearch &HeaderInfo) in ModuleMap()