Searched defs:hasSema (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/Frontend/ | ||
H A D | CompilerInstance.h | 491 bool hasSema() const { return (bool)TheSema; } function in class:clang::CompilerInstance |
H A D | ASTUnit.h | 514 bool hasSema() const { return (bool)TheSema; } function in class:clang::ASTUnit |
Completed in 131 milliseconds