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

  /external/clang/include/clang/AST/
NestedNameSpecifier.h 48 StoredIdentifier = 0,
96 : Prefix(nullptr, StoredIdentifier), Specifier(nullptr) {}
170 if (Prefix.getInt() == StoredIdentifier)
DeclarationName.h 71 StoredIdentifier = 0,
83 /// StoredIdentifier - The name is a normal identifier, and Ptr is
198 bool isIdentifier() const { return getStoredNameKind() == StoredIdentifier; }

Completed in 353 milliseconds