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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3385       ArgIdx = It->second;
 3390       if (!checkUInt32Argument(S, AL, IdxExpr, (uint32_t &)ArgIdx, I + 1,
 3398       if (ArgIdx < -1 || ArgIdx > NumArgs) {
 3398       if (ArgIdx < -1 || ArgIdx > NumArgs) {
 3409     if (ArgIdx == 0 && !HasImplicitThisParam) {
 3417     if (!HasImplicitThisParam && ArgIdx > 0)
 3418       ArgIdx -= 1;
 3420     EncodingIndices.push_back(ArgIdx);