Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp97 if (!CI.hasSema()) in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h500 bool hasSema() const { return (bool)TheSema; } in hasSema() function
H A DASTUnit.h454 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp47 if (!CI.hasSema()) in EnsureSemaIsCreated()
H A DFrontendAction.cpp1055 if (!CI.hasSema()) in ExecuteAction()
H A DCompilerInstance.cpp1525 if (hasSema()) in createASTReader()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp4159 if (!CXXUnit->hasSema()) in clang_saveTranslationUnit()