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

References

gen/tools/clang/include/clang/AST/Attrs.inc
 8271           [=](const ParamIdx &Idx) { return Idx.getASTIndex() == IdxAST; });
tools/clang/lib/AST/ExprConstant.cpp
 5444           unsigned ASTIdx = Idx.getASTIndex();
 7706   unsigned SizeArgNo = AllocSize->getElemSizeParam().getASTIndex();
 7732   unsigned NumArgNo = AllocSize->getNumElemsParam().getASTIndex();
tools/clang/lib/Sema/SemaChecking.cpp
 4228         unsigned IdxAST = Idx.getASTIndex();
 6963         const Expr *Arg = CE->getArg(FA->getFormatIdx().getASTIndex());
 7012         const Expr *Arg = ME->getArg(FA->getFormatIdx().getASTIndex());
12324             if (ArgNo.getASTIndex() == ParamNo) {
14542   unsigned TypeTagIdxAST = Attr->getTypeTagIdx().getASTIndex();
14562   unsigned ArgumentIdxAST = Attr->getArgumentIdx().getASTIndex();
tools/clang/lib/Sema/SemaDeclAttr.cpp
  853   const ParmVarDecl *Param = FD->getParamDecl(Idx.getASTIndex());
 1456     if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) &&
 1458             S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL,
 1460             getFunctionOrMethodParamRange(D, Idx.getASTIndex())))
 1615   QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 1619         << FuncDecl->getParamDecl(Idx.getASTIndex())->getSourceRange();
 1688     QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 3109   QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
 4783     unsigned ArgumentIdxAST = ArgumentIdx.getASTIndex();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
 1493     return MallocMemAux(C, CE, CE->getArg(I->getASTIndex()), UndefinedVal(),
 1592         C, CE, State, Arg.getASTIndex(),
tools/clang/lib/StaticAnalyzer/Checkers/NonNullParamChecker.cpp
   59       unsigned IdxAST = Idx.getASTIndex();