reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 2959     if (ParseExpressionListOrTypeId(PlacementArgs, DeclaratorInfo)) {
 2980         MaybeParseGNUAttributes(DeclaratorInfo);
 2982         DeclaratorInfo.SetSourceRange(DS.getSourceRange());
 2983         ParseDeclarator(DeclaratorInfo);
 2987         MaybeParseGNUAttributes(DeclaratorInfo);
 2989           DeclaratorInfo.setInvalidType(true);
 2991           DeclaratorInfo.SetSourceRange(DS.getSourceRange());
 2992           ParseDeclaratorInternal(DeclaratorInfo,
 3000     MaybeParseGNUAttributes(DeclaratorInfo);
 3002       DeclaratorInfo.setInvalidType(true);
 3004       DeclaratorInfo.SetSourceRange(DS.getSourceRange());
 3005       ParseDeclaratorInternal(DeclaratorInfo,
 3009   if (DeclaratorInfo.isInvalidType()) {
 3026             Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
 3029             DeclaratorInfo.getEndLoc(), ConstructorArgs, ConstructorLParen);
 3062                              TypeIdParens, DeclaratorInfo, Initializer.get());