Searched defs:getArg (Results 1 - 8 of 8) 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/Sema/
H A DAttributeList.h257 /// getArg - Return the specified argument.
258 Expr *getArg(unsigned Arg) const { function in class:clang::AttributeList
/external/clang/include/clang/AST/
H A DTemplateBase.h605 TemplateSpecializationType::getArg(unsigned Idx) const { function in class:clang::TemplateSpecializationType
611 DependentTemplateSpecializationType::getArg(unsigned Idx) const {
H A DExprCXX.h381 return getArg(0)->getLocStart();
989 /// getArg - Return the specified argument.
990 Expr *getArg(unsigned Arg) { function in class:clang::CXXConstructExpr
994 const Expr *getArg(unsigned Arg) const {
2087 TypeSourceInfo *getArg(unsigned I) const {
2876 Expr *getArg(unsigned I) {
2881 const Expr *getArg(unsigned I) const {
H A DExprObjC.h1283 /// getArg - Return the specified argument.
1284 Expr *getArg(unsigned Arg) { function in class:clang::ObjCMessageExpr
1288 const Expr *getArg(unsigned Arg) const {
H A DExpr.h2095 /// getArg - Return the specified argument.
2096 Expr *getArg(unsigned Arg) { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr
2100 const Expr *getArg(unsigned Arg) const {
/external/llvm/include/llvm/TableGen/
H A DRecord.h1218 Init *getArg(unsigned Num) const { function in class:llvm::VarBitInit::DagInit
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp402 /// getArg - Return the argument effect on the argument specified by
404 ArgEffect getArg(unsigned idx) const { function in class:__anon3914::RetainSummary
2016 AEffects.push_back(Summ->getArg(i));
2776 if (Summ.getArg(idx) == StopTrackingHard) {
2821 state = updateSymbol(state, Sym, *T, Summ.getArg(idx), hasErr, C);
3173 SVal RetVal = state->getSVal(CE->getArg(0), LCtx);

Completed in 219 milliseconds