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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h501 bool hasSema() const { return (bool)TheSema; } function in class:clang::CompilerInstance
H A DASTUnit.h454 bool hasSema() const { return (bool)TheSema; } function in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp1054 if (!CI.hasSema())
H A DFrontendActions.cpp47 if (!CI.hasSema())
H A DCompilerInstance.cpp1539 if (hasSema())

Completed in 72 milliseconds