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

References

tools/clang/lib/Analysis/Consumed.cpp
  618   for (unsigned Index = Offset; Index < Call->getNumArgs(); ++Index) {
  618   for (unsigned Index = Offset; Index < Call->getNumArgs(); ++Index) {
  620     if (Index - Offset >= FunD->getNumParams())
  623     const ParmVarDecl *Param = FunD->getParamDecl(Index - Offset);
  626     InfoEntry Entry = findInfo(Call->getArg(Index));
  639           Call->getArg(Index)->getExprLoc(),