Lines Matching refs:getDeclName

1702   if (getDeclName())  in printQualifiedName()
1746 DeclarationName NameInScope = getDeclName(); in printNestedNameSpecifier()
1764 NameInScope = ND->getDeclName(); in printNestedNameSpecifier()
1852 assert(getDeclName() == OldD->getDeclName() && "Declaration name mismatch"); in declarationReplaces()
2092 if (!getDeclName() || typeIsPostfix(TInfo->getType())) in getSourceRange()
3297 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReservedGlobalPlacementOperator()
3299 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReservedGlobalPlacementOperator()
3300 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReservedGlobalPlacementOperator()
3301 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReservedGlobalPlacementOperator()
3302 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReservedGlobalPlacementOperator()
3323 if (getDeclName().getNameKind() != DeclarationName::CXXOperatorName) in isReplaceableGlobalAllocationFunction()
3325 if (getDeclName().getCXXOverloadedOperator() != OO_New && in isReplaceableGlobalAllocationFunction()
3326 getDeclName().getCXXOverloadedOperator() != OO_Delete && in isReplaceableGlobalAllocationFunction()
3327 getDeclName().getCXXOverloadedOperator() != OO_Array_New && in isReplaceableGlobalAllocationFunction()
3328 getDeclName().getCXXOverloadedOperator() != OO_Array_Delete) in isReplaceableGlobalAllocationFunction()
3359 (getDeclName().getCXXOverloadedOperator() == OO_Delete || in isReplaceableGlobalAllocationFunction()
3360 getDeclName().getCXXOverloadedOperator() == OO_Array_Delete) && in isReplaceableGlobalAllocationFunction()
3472 if (!Namespace->getDeclName()) in isGlobal()
3922 if (getDeclName().getNameKind() == DeclarationName::CXXOperatorName) in getOverloadedOperator()
3923 return getDeclName().getCXXOverloadedOperator(); in getOverloadedOperator()
3930 if (getDeclName().getNameKind() == DeclarationName::CXXLiteralOperatorName) in getLiteralIdentifier()
3931 return getDeclName().getCXXLiteralIdentifier(); in getLiteralIdentifier()
4505 if (!isImplicit() || getDeclName()) in isAnonymousStructOrUnion()
4748 DeclarationName Name = getDeclName(); in printName()
4979 return isImplicit() && getDeclName() && getDeclContext()->isRecord() && in isInjectedClassName()
4980 cast<RecordDecl>(getDeclContext())->getDeclName() == getDeclName(); in isInjectedClassName()