Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DCompilerInstance.h503 bool hasSema() const { return (bool)TheSema; } in hasSema() function
DASTUnit.h453 bool hasSema() const { return (bool)TheSema; } in hasSema() function