HomeSort by: relevance | last modified time | path
    Searched refs:getASTIndex (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonNullParamChecker.cpp 65 unsigned IdxAST = Idx.getASTIndex();
MallocChecker.cpp 1496 return MallocMemAux(C, Call, Call.getArgExpr(I->getASTIndex()),
1585 FreeMemAux(C, Call, State, Arg.getASTIndex(),
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Attr.h 239 // comparison on the results of getASTIndex might be inconsistent with a
305 unsigned getASTIndex() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 801 QualType ParamTy = getFunctionOrMethodParamType(D, Idx.getASTIndex());
805 << AI << getFunctionOrMethodParamRange(D, Idx.getASTIndex());
1491 if (Idx.getASTIndex() < getFunctionOrMethodNumParams(D) &&
1493 S, getFunctionOrMethodParamType(D, Idx.getASTIndex()), AL,
1495 getFunctionOrMethodParamRange(D, Idx.getASTIndex())))
1649 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
1654 << FuncDecl->getParamDecl(Idx.getASTIndex())->getSourceRange();
1759 QualType T = getFunctionOrMethodParamType(D, Idx.getASTIndex());
3278 QualType Ty = getFunctionOrMethodParamType(D, Idx.getASTIndex());
5041 unsigned ArgumentIdxAST = ArgumentIdx.getASTIndex();
    [all...]
SemaChecking.cpp 4478 unsigned IdxAST = Idx.getASTIndex();
4667 const Expr *Arg = Args[AA->getParamIndex().getASTIndex()];
7437 const Expr *Arg = CE->getArg(FA->getFormatIdx().getASTIndex());
7486 const Expr *Arg = ME->getArg(FA->getFormatIdx().getASTIndex());
13069 if (ArgNo.getASTIndex() == ParamNo) {
15827 unsigned TypeTagIdxAST = Attr->getTypeTagIdx().getASTIndex();
15847 unsigned ArgumentIdxAST = Attr->getArgumentIdx().getASTIndex();
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CalledOnceCheck.cpp 1009 return A->getCompletionHandlerIndex().getASTIndex() == ParamIndex;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 6025 unsigned ASTIdx = Idx.getASTIndex();
8478 unsigned SizeArgNo = AllocSize->getElemSizeParam().getASTIndex();
8504 unsigned NumArgNo = AllocSize->getNumElemsParam().getASTIndex();

Completed in 45 milliseconds