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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 2459   if (!checkAttributeAtLeastNumArgs(S, AL, 1))
 2461   assert(checkAttributeAtMostNumArgs(S, AL, 3) &&
 2465   if (const auto *SE = dyn_cast_or_null<StringLiteral>(AL.getArgAsExpr(0)))
 2468   if (const auto *SE = dyn_cast_or_null<StringLiteral>(AL.getArgAsExpr(1)))
 2470   bool IsGeneratedDeclaration = AL.getArgAsIdent(2) != nullptr;
 2473       S.Context, AL, Language, DefinedIn, IsGeneratedDeclaration));