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

/external/clang/include/clang/AST/
H A DDeclarationName.h100 /// getStoredNameKind - Return the kind of object that is stored in
102 StoredNameKind getStoredNameKind() const { function in class:clang::DeclarationName
109 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
198 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
200 return getStoredNameKind() == StoredObjCZeroArgSelector;
203 return getStoredNameKind() == StoredObjCOneArgSelector;

Completed in 53 milliseconds