reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
262 if (Type->isLValueReferenceType()) 263 Type = C.getPointerType(Type.getNonReferenceType()); 263 Type = C.getPointerType(Type.getNonReferenceType()); 265 Type = Type.getNonReferenceType(); 265 Type = Type.getNonReferenceType(); 270 C, GlobalizedRD, Loc, Loc, VD->getIdentifier(), Type, 271 C.getTrivialTypeSourceInfo(Type, SourceLocation()), 283 Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal, 283 Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal, 286 C, GlobalizedRD, Loc, Loc, VD->getIdentifier(), Type, 287 C.getTrivialTypeSourceInfo(Type, SourceLocation()),