Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp71 if (!Clang.hasSema()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp174 if (!CI.hasSema()) in ExecuteAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h559 bool hasSema() const { return (bool)TheSema; } in hasSema() function
H A DASTUnit.h457 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1189 if (!CI.hasSema()) in ExecuteAction()
H A DFrontendActions.cpp52 if (!CI.hasSema()) in EnsureSemaIsCreated()
H A DCompilerInstance.cpp1749 if (hasSema()) in createASTReader()