Lines Matching refs:getDeclName

1585   if (getDeclName())  in printQualifiedName()
1629 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1647 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1735 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
1961 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3064 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName); in isReservedGlobalPlacementOperator()
3065 assert(getDeclName().getCXXOverloadedOperator() == OO_New || in isReservedGlobalPlacementOperator()
3066 getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReservedGlobalPlacementOperator()
3067 getDeclName().getCXXOverloadedOperator() == OO_Array_New || in isReservedGlobalPlacementOperator()
3068 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete); in isReservedGlobalPlacementOperator()
3088 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3090 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3091 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3092 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3093 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3124 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3125 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3206 if (!Namespace->getDeclName()) in isGlobal()
3613 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3614 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3621 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3622 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4146 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4531 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
4532 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()