Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp71 if (!Clang.hasSema()) in createMissingComponents()
/freebsd-head/contrib/llvm-project/clang/lib/Interpreter/
HDIncrementalParser.cpp174 if (!CI.hasSema()) in ExecuteAction()
/freebsd-head/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h559 bool hasSema() const { return (bool)TheSema; } in hasSema() function
HDASTUnit.h457 bool hasSema() const { return (bool)TheSema; } in hasSema() function
/freebsd-head/contrib/llvm-project/clang/lib/Frontend/
HDFrontendActions.cpp52 if (!CI.hasSema()) in EnsureSemaIsCreated()
HDFrontendAction.cpp1189 if (!CI.hasSema()) in ExecuteAction()
HDCompilerInstance.cpp1749 if (hasSema()) in createASTReader()