Home
last modified time | relevance | path

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

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