Searched defs:getArg (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncExtFunction.java137 public Expression getArg(int n) { method in class:FuncExtFunction
/external/clang/include/clang/AST/
H A DTemplateBase.h658 TemplateSpecializationType::getArg(unsigned Idx) const { function in class:clang::TemplateSpecializationType
664 DependentTemplateSpecializationType::getArg(unsigned Idx) const {
H A DExprCXX.h410 return getArg(0)->getLocStart();
1201 Expr *getArg(unsigned Arg) { function in class:clang::CXXConstructExpr
1205 const Expr *getArg(unsigned Arg) const {
2132 TypeSourceInfo *getArg(unsigned I) const {
2911 Expr *getArg(unsigned I) {
2916 const Expr *getArg(unsigned I) const {
2929 return getArg(NumArgs - 1)->getLocEnd();
H A DExprObjC.h1315 /// getArg - Return the specified argument.
1316 Expr *getArg(unsigned Arg) { function in class:clang::ObjCMessageExpr
1320 const Expr *getArg(unsigned Arg) const {
H A DExpr.h2213 /// getArg - Return the specified argument.
2214 Expr *getArg(unsigned Arg) { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr
2218 const Expr *getArg(unsigned Arg) const {
/external/clang/include/clang/Sema/
H A DAttributeList.h374 /// getArg - Return the specified argument.
375 ArgsUnion getArg(unsigned Arg) const { function in class:clang::AttributeList
381 return Arg < NumArgs && getArg(Arg).is<Expr*>();
384 return getArg(Arg).get<Expr*>();
388 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>();
391 return getArg(Arg).get<IdentifierLoc*>();
/external/llvm/include/llvm/TableGen/
H A DRecord.h1304 Init *getArg(unsigned Num) const { function in class:llvm::VarBitInit::DagInit
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1892 getFile(), getLine(), getType(), getArg(), getFlags());
1916 unsigned getArg() const { return Arg; } function in class:llvm::MDLocalVariable
2010 uint64_t getArg(unsigned I) const { return Op[I + 1]; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp405 /// getArg - Return the argument effect on the argument specified by
407 ArgEffect getArg(unsigned idx) const { function in class:__anon1367::RetainSummary
2008 AEffects.push_back(Summ->getArg(i));
2925 if (Summ.getArg(idx) == StopTrackingHard) {
2969 state = updateSymbol(state, Sym, *T, Summ.getArg(idx), hasErr, C);
3336 SVal RetVal = state->getSVal(CE->getArg(0), LCtx);
3956 CE.Args.push_back(S->getArg(i));\

Completed in 540 milliseconds