Home
last modified time | relevance | path

Searched refs:hasSema (Results 1 – 16 of 16) sorted by relevance

/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp36 if (!CI.hasSema()) in ExecuteAction()
/external/llvm-project/clang/unittests/Frontend/
DCodeGenActionTest.cpp37 if (!CI.hasSema()) in ExecuteAction()
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp195 ASSERT_FALSE(CI.hasSema()); in ExecuteAction()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp196 ASSERT_FALSE(CI.hasSema()); in ExecuteAction()
/external/clang/include/clang/Frontend/
DCompilerInstance.h491 bool hasSema() const { return (bool)TheSema; } in hasSema() function
DASTUnit.h514 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h501 bool hasSema() const { return (bool)TheSema; } in hasSema() function
DASTUnit.h454 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp42 assert(!Compiler->hasSema() && "CI already has Sema"); in ExecuteAction()
/external/clang/lib/Frontend/
DFrontendAction.cpp553 if (!CI.hasSema()) in ExecuteAction()
DCompilerInstance.cpp1322 if (hasSema()) in createModuleManager()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp47 if (!CI.hasSema()) in EnsureSemaIsCreated()
DFrontendAction.cpp1053 if (!CI.hasSema()) in ExecuteAction()
DCompilerInstance.cpp1548 if (hasSema()) in createASTReader()
/external/clang/tools/libclang/
DCIndex.cpp3725 if (!CXXUnit->hasSema()) in clang_saveTranslationUnit()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4118 if (!CXXUnit->hasSema()) in clang_saveTranslationUnit()