Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Sema/
H A DSemaLookupTest.cpp24 ASSERT_FALSE(CI.hasSema()); in ExecuteAction()
26 ASSERT_TRUE(CI.hasSema()); in ExecuteAction()
H A DExternalSemaSourceTest.cpp196 ASSERT_FALSE(CI.hasSema()); in ExecuteAction()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCodeGenActionTest.cpp38 if (!CI.hasSema()) in ExecuteAction()
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp69 if (!Clang.hasSema()) in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp103 if (!CI.hasSema()) in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp42 assert(!Compiler->hasSema() && "CI already has Sema"); in ExecuteAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h501 bool hasSema() const { return (bool)TheSema; } in hasSema() function
H A DASTUnit.h454 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp51 if (!CI.hasSema()) in EnsureSemaIsCreated()
H A DFrontendAction.cpp1141 if (!CI.hasSema()) in ExecuteAction()
H A DCompilerInstance.cpp1681 if (hasSema()) in createASTReader()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4355 if (!CXXUnit->hasSema()) in clang_saveTranslationUnit()