Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp71 if (!Clang.hasSema()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h545 bool hasSema() const { return (bool)TheSema; } in hasSema() function
H A DASTUnit.h469 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp52 if (!CI.hasSema()) in EnsureSemaIsCreated()
H A DFrontendAction.cpp1338 if (!CI.hasSema()) in ExecuteAction()
H A DCompilerInstance.cpp1764 if (hasSema()) in createASTReader()