Home
last modified time | relevance | path

Searched refs:StoredCXXConstructorName (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h179 StoredCXXConstructorName = 3, enumerator
206 CXXConstructorName = StoredCXXConstructorName,
279 assert((StoredKind == StoredCXXConstructorName || in DeclarationName()
310 assert((getStoredNameKind() == StoredCXXConstructorName || in castAsCXXSpecialNameExtra()
440 if (getStoredNameKind() == StoredCXXConstructorName || in getCXXNameType()
/external/llvm-project/clang/lib/AST/
DDeclarationName.cpp318 return {Name, DeclarationName::StoredCXXConstructorName}; in getCXXConstructorName()
323 return {SpecialName, DeclarationName::StoredCXXConstructorName}; in getCXXConstructorName()