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

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
  656     if (ArgExp->isTypeDependent()) {
  658       Args.push_back(ArgExp);
  662     if (const auto *StrLit = dyn_cast<StringLiteral>(ArgExp)) {
  667         Args.push_back(ArgExp);
  674       Args.push_back(ArgExp);
  678     QualType ArgTy = ArgExp->getType();
  682     if (const auto *UOp = dyn_cast<UnaryOperator>(ArgExp))
  694       const auto *IL = dyn_cast<IntegerLiteral>(ArgExp);
  714     if (!typeHasCapability(S, ArgTy) && !isCapabilityExpr(S, ArgExp))
  718     Args.push_back(ArgExp);