Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleLoader.h97 bool IsInclusionDirective) = 0;
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp58 bool IsInclusionDirective) override { in loadModule() argument
DPPCallbacksTest.cpp39 bool IsInclusionDirective) override { in loadModule() argument
DLexerTest.cpp34 bool IsInclusionDirective) override { in loadModule() argument
/external/clang/include/clang/Frontend/
DCompilerInstance.h716 bool IsInclusionDirective) override;
DASTUnit.h877 bool IsInclusionDirective) override { in loadModule() argument
/external/clang/unittests/Basic/
DSourceManagerTest.cpp58 bool IsInclusionDirective) override { in loadModule() argument
/external/clang/lib/Frontend/
DCompilerInstance.cpp1375 bool IsInclusionDirective) { in loadModule() argument
1651 if (IsInclusionDirective && hasASTContext() && !IsInModuleIncludes) { in loadModule()