Lines Matching refs:getDeclName
1409 if (getDeclName()) in printQualifiedName()
1425 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
1640 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
2376 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName); in isReservedGlobalPlacementOperator()
2377 assert(getDeclName().getCXXOverloadedOperator() == OO_New || in isReservedGlobalPlacementOperator()
2378 getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReservedGlobalPlacementOperator()
2379 getDeclName().getCXXOverloadedOperator() == OO_Array_New || in isReservedGlobalPlacementOperator()
2380 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete); in isReservedGlobalPlacementOperator()
2399 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
2401 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
2402 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
2403 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
2404 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
2445 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in getCorrespondingUnsizedGlobalDeallocationFunction()
2447 if (getDeclName().getCXXOverloadedOperator() != OO_Delete && in getCorrespondingUnsizedGlobalDeallocationFunction()
2448 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in getCorrespondingUnsizedGlobalDeallocationFunction()
2463 lookup_const_result R = getDeclContext()->lookup(getDeclName()); in getCorrespondingUnsizedGlobalDeallocationFunction()
2499 if (!Namespace->getDeclName()) in isGlobal()
2840 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
2841 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
2849 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
2850 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
3253 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
3520 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
3521 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()