Searched refs:hasSema (Results 1 - 6 of 6) sorted by relevance

/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp151 ASSERT_FALSE(CI.hasSema());
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h455 bool hasSema() const { return (bool)TheSema; } function in class:clang::CompilerInstance
H A DASTUnit.h499 bool hasSema() const { return (bool)TheSema; } function in class:clang::ASTUnit
/external/clang/lib/Frontend/
H A DFrontendAction.cpp508 if (!CI.hasSema())
H A DCompilerInstance.cpp1239 if (hasSema())
/external/clang/tools/libclang/
H A DCIndex.cpp2988 if (!CXXUnit->hasSema())

Completed in 200 milliseconds