HomeSort by relevance Sort by last modified time
    Searched defs:getSema (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 493 Sema &getSema() const {
ASTUnit.h 515 Sema &getSema() const {
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 306 if (isVisible(getSema(), D) || isHiddenDeclarationVisible(D))
551 Sema &getSema() const { return *SemaPtr; }
635 getSema().DiagnoseAmbiguousLookup(*this);
636 else if (isClassLookup() && getSema().getLangOpts().AccessControl)
637 getSema().CheckLookupAccess(*this);
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 259 Sema &getSema() const { return SemaRef; }
    [all...]
SemaType.cpp 164 Sema &getSema() const {
214 diagnoseBadTypeAttribute(getSema(), *Attr, type);
435 diagnoseBadTypeAttribute(state.getSema(), attr, type);
527 diagnoseBadTypeAttribute(state.getSema(), attr, type);
629 if (!state.getSema().getLangOpts().ObjCAutoRefCount)
    [all...]
TreeTransform.h 138 Sema &getSema() const { return SemaRef; }
    [all...]

Completed in 505 milliseconds