Searched defs:getScopeRep (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h65 /// The actual scope is described by getScopeRep().
79 NestedNameSpecifier *getScopeRep() const { function in class:clang::CXXScopeSpec
181 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; }
183 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; }
196 bool isSet() const { return getScopeRep() != nullptr; }

Completed in 82 milliseconds