HomeSort by relevance Sort by last modified time
    Searched refs:getArg (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/clang/include/clang/Sema/
AttributeList.h 333 /// getArg - Return the specified argument.
334 Expr *getArg(unsigned Arg) const {
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
StmtProfile.cpp 733 Visit(S->getArg(I));
949 VisitType(S->getArg(I)->getType());
    [all...]
DumpXML.cpp 1023 dispatch(T->getArg(I));
ASTImporter.cpp 716 Spec1->getArg(I), Spec2->getArg(I)))
779 Spec1->getArg(I), Spec2->getArg(I)))
    [all...]
DeclPrinter.cpp 682 Construct->getArg(0)->isDefaultArgument();
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprConstant.cpp 837 Expr *Arg = E->getArg(0);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 717 if (MD && (ME->getNumArgs() == 1) && isZero(ME->getArg(0))) {
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 108 Record *OpR = cast<DefInit>(MIOI->getArg(j))->getDef();
FixedLenDecoderEmitter.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaPseudoObject.cpp 754 Expr *arg = msgExpr->getArg(0);
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 900 Args.push_back(LHSs->getArg(i));
904 Args.push_back(RHSs->getArg(i));
1087 Arg = MHSd->getArg(i);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 526 return getOriginExpr()->getArg(0);
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 671 VisitTemplateArgument(Spec->getArg(I));
CXCursor.cpp 995 return cxcursor::MakeCXCursor(CE->getArg(i),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 837 props->SetEffect(arg + 1, VisitExpr(call->getArg(arg), env));
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 839 props->SetEffect(arg + 1, VisitExpr(call->getArg(arg), env));
    [all...]

Completed in 465 milliseconds

1 23 4