Home
last modified time | relevance | path

Searched defs:hasSema (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h535 bool hasSema() const { return (bool)TheSema; } in hasSema() function
H A DASTUnit.h457 bool hasSema() const { return (bool)TheSema; } in hasSema() function