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

  /external/clang/include/clang/AST/
DeclarationName.h 101 /// getStoredNameKind - Return the kind of object that is stored in
103 StoredNameKind getStoredNameKind() const {
110 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
199 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
201 return getStoredNameKind() == StoredObjCZeroArgSelector;
204 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 104 /// getStoredNameKind - Return the kind of object that is stored in
106 StoredNameKind getStoredNameKind() const {
113 assert(getStoredNameKind() == StoredDeclarationNameExtra &&
196 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }
198 return getStoredNameKind() == StoredObjCZeroArgSelector;
201 return getStoredNameKind() == StoredObjCOneArgSelector;

Completed in 241 milliseconds