Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclarationName.h178 StoredCXXConstructorName = 3, enumerator
212 CXXConstructorName = StoredCXXConstructorName,
288 assert((StoredKind == StoredCXXConstructorName || in DeclarationName()
319 assert((getStoredNameKind() == StoredCXXConstructorName || in castAsCXXSpecialNameExtra()
450 if (getStoredNameKind() == StoredCXXConstructorName || in getCXXNameType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclarationName.cpp312 return {Name, DeclarationName::StoredCXXConstructorName}; in getCXXConstructorName()
317 return {SpecialName, DeclarationName::StoredCXXConstructorName}; in getCXXConstructorName()