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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4797     S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type)
 4802   if (!checkAttributeNumArgs(S, AL, 1))
 4806     S.Diag(AL.getLoc(), diag::err_attribute_wrong_decl_type)
 4813   S.GetTypeFromParser(AL.getMatchingCType(), &MatchingCTypeLoc);
 4816   D->addAttr(::new (S.Context) TypeTagForDatatypeAttr(
 4817       S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(),