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()
3071 assert(getDeclName().getNameKind() == DeclarationName::CXXOperatorName); in isReservedGlobalPlacementOperator()
3072 assert(getDeclName().getCXXOverloadedOperator() == OO_New || in isReservedGlobalPlacementOperator()
3073 getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReservedGlobalPlacementOperator()
3074 getDeclName().getCXXOverloadedOperator() == OO_Array_New || in isReservedGlobalPlacementOperator()
3075 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete); in isReservedGlobalPlacementOperator()
3095 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3097 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3098 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3099 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3100 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3131 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3132 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3213 if (!Namespace->getDeclName()) in isGlobal()
3620 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3621 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3628 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3629 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4153 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4538 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
4539 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()