Lines Matching refs:getDeclName
1627 if (getDeclName()) in printQualifiedName()
1671 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1689 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1776 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
2002 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3165 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName); in isReservedGlobalPlacementOperator()
3166 assert(getDeclName().getCXXOverloadedOperator() == OO_New || in isReservedGlobalPlacementOperator()
3167 getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReservedGlobalPlacementOperator()
3168 getDeclName().getCXXOverloadedOperator() == OO_Array_New || in isReservedGlobalPlacementOperator()
3169 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete); in isReservedGlobalPlacementOperator()
3189 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3191 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3192 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3193 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3194 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3225 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3226 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3309 if (!Namespace->getDeclName()) in isGlobal()
3721 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3722 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3729 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3730 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4272 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4670 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
4671 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()