Lines Matching refs:getDeclName
1687 if (getDeclName()) in printQualifiedName()
1731 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1749 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1837 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
2077 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3334 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReservedGlobalPlacementOperator()
3336 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReservedGlobalPlacementOperator()
3337 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReservedGlobalPlacementOperator()
3338 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReservedGlobalPlacementOperator()
3339 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReservedGlobalPlacementOperator()
3360 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3362 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3363 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3364 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3365 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3396 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3397 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3509 if (!Namespace->getDeclName()) in isGlobal()
3972 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3973 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3980 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3981 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4553 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4796 DeclarationName Name = getDeclName(); in printName()
5028 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
5029 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()