Home
last modified time | relevance | path

Searched refs:IK_ConstructorName (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1011 IK_ConstructorName, enumerator
1175 Kind = UnqualifiedIdKind::IK_ConstructorName; in setConstructorName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp438 return (getName().getKind() == UnqualifiedIdKind::IK_ConstructorName) || in isCtorOrDtor()
H A DSemaExprMember.cpp1756 Id.getKind() == UnqualifiedIdKind::IK_ConstructorName) in ActOnMemberAccessExpr()
H A DSemaDeclCXX.cpp12215 case UnqualifiedIdKind::IK_ConstructorName: in ActOnUsingDeclaration()
17782 case UnqualifiedIdKind::IK_ConstructorName: in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp5833 case UnqualifiedIdKind::IK_ConstructorName: { in GetNameFromUnqualifiedId()
14864 case UnqualifiedIdKind::IK_ConstructorName: in CheckFunctionOrTemplateParamDeclarator()
H A DSemaType.cpp3097 case UnqualifiedIdKind::IK_ConstructorName: in GetDeclSpecTypeForDeclarator()
H A DSemaCodeComplete.cpp7161 if (Id.getKind() == UnqualifiedIdKind::IK_ConstructorName && in CodeCompleteAfterFunctionEquals()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2596 case UnqualifiedIdKind::IK_ConstructorName: { in ParseUnqualifiedIdTemplateId()
2680 if (Id.getKind() == UnqualifiedIdKind::IK_ConstructorName) in ParseUnqualifiedIdTemplateId()