Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h455 bool hasSema() const { return (bool)TheSema; } in hasSema() function
DASTUnit.h499 bool hasSema() const { return (bool)TheSema; } in hasSema() function