Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h399 bool hasSema() const { return TheSema != 0; } in hasSema() function
DASTUnit.h458 bool hasSema() const { return TheSema; } in hasSema() function