HomeSort by relevance Sort by last modified time
    Searched refs:hasSema (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 416 bool hasSema() const { return TheSema != 0; }
ASTUnit.h 459 bool hasSema() const { return TheSema; }
    [all...]
  /external/clang/lib/Frontend/
FrontendAction.cpp 466 if (!CI.hasSema())
CompilerInstance.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 45 milliseconds