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.h1013 IK_ConstructorName, enumerator
1177 Kind = UnqualifiedIdKind::IK_ConstructorName; in setConstructorName()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp437 return (getName().getKind() == UnqualifiedIdKind::IK_ConstructorName) || in isCtorOrDtor()
H A DSemaExprMember.cpp1691 Id.getKind() == UnqualifiedIdKind::IK_ConstructorName) in ActOnMemberAccessExpr()
H A DSemaDeclCXX.cpp12543 case UnqualifiedIdKind::IK_ConstructorName: in ActOnUsingDeclaration()
18319 case UnqualifiedIdKind::IK_ConstructorName: in ActOnFriendFunctionDecl()
H A DSemaDecl.cpp5947 case UnqualifiedIdKind::IK_ConstructorName: { in GetNameFromUnqualifiedId()
15252 case UnqualifiedIdKind::IK_ConstructorName: in CheckFunctionOrTemplateParamDeclarator()
H A DSemaType.cpp3149 case UnqualifiedIdKind::IK_ConstructorName: in GetDeclSpecTypeForDeclarator()
H A DSemaCodeComplete.cpp7312 if (Id.getKind() == UnqualifiedIdKind::IK_ConstructorName && in CodeCompleteAfterFunctionEquals()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2279 case UnqualifiedIdKind::IK_ConstructorName: { in ParseUnqualifiedIdTemplateId()
2363 if (Id.getKind() == UnqualifiedIdKind::IK_ConstructorName) in ParseUnqualifiedIdTemplateId()