Lines Matching refs:getDeclName
1656 if (getDeclName()) in printQualifiedName()
1700 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1718 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1805 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
2031 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3194 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReservedGlobalPlacementOperator()
3196 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReservedGlobalPlacementOperator()
3197 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReservedGlobalPlacementOperator()
3198 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReservedGlobalPlacementOperator()
3199 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReservedGlobalPlacementOperator()
3220 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3222 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3223 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3224 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3225 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3256 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3257 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3340 if (!Namespace->getDeclName()) in isGlobal()
3755 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3756 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3763 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3764 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4306 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4506 DeclarationName Name = getDeclName(); in printName()
4737 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
4738 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()