reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2881 OMPDeclareTargetDeclAttr::isDeclareTargetDeclaration(VD); 2886 VD = VD->getDefinition(CGM.getContext()); 2886 VD = VD->getDefinition(CGM.getContext()); 2887 if (VD && !DeclareTargetWithDefinition.insert(CGM.getMangledName(VD)).second) 2887 if (VD && !DeclareTargetWithDefinition.insert(CGM.getMangledName(VD)).second) 2890 QualType ASTTy = VD->getType(); 2892 SourceLocation Loc = VD->getCanonicalDecl()->getBeginLoc(); 2904 << llvm::format("_%x_", FileID) << VD->getName() << "_l" << Line; 2907 const Expr *Init = VD->getAnyInitializer(); 2925 Address(Addr, CGM.getContext().getDeclAlign(VD)), 2946 if (VD->getType().isDestructedType() != QualType::DK_none) { 2964 DtorCGF.emitDestroy(Address(Addr, CGM.getContext().getDeclAlign(VD)),