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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 4796   if (!AL.isArgIdent(0)) {
 4797     S.Diag(AL.getLoc(), diag::err_attribute_argument_n_type)
 4798         << AL << 1 << AANT_ArgumentIdentifier;
 4802   if (!checkAttributeNumArgs(S, AL, 1))
 4806     S.Diag(AL.getLoc(), diag::err_attribute_wrong_decl_type)
 4807         << AL << ExpectedVariable;
 4811   IdentifierInfo *PointerKind = AL.getArgAsIdent(0)->Ident;
 4813   S.GetTypeFromParser(AL.getMatchingCType(), &MatchingCTypeLoc);
 4817       S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(),
 4817       S.Context, AL, PointerKind, MatchingCTypeLoc, AL.getLayoutCompatible(),
 4818       AL.getMustBeNull()));