Searched defs:getArg (Results 1 - 10 of 10) 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.h653 TemplateSpecializationType::getArg(unsigned Idx) const { function in class:clang::TemplateSpecializationType
659 DependentTemplateSpecializationType::getArg(unsigned Idx) const {
H A DExprCXX.h403 return getArg(0)->getLocStart();
1171 Expr *getArg(unsigned Arg) { function in class:clang::CXXConstructExpr
1175 const Expr *getArg(unsigned Arg) const {
2092 TypeSourceInfo *getArg(unsigned I) const {
2871 Expr *getArg(unsigned I) {
2876 const Expr *getArg(unsigned I) const {
2889 return RParenLoc.isValid() ? RParenLoc : getArg(0)->getLocEnd();
H A DExprObjC.h1306 /// getArg - Return the specified argument.
1307 Expr *getArg(unsigned Arg) { function in class:clang::ObjCMessageExpr
1311 const Expr *getArg(unsigned Arg) const {
H A DExpr.h2212 /// getArg - Return the specified argument.
2213 Expr *getArg(unsigned Arg) { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr
2217 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.h1295 Init *getArg(unsigned Num) const { function in class:llvm::VarBitInit::DagInit
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp380 /// getArg - Return the argument effect on the argument specified by
382 ArgEffect getArg(unsigned idx) const { function in class:__anon18227::RetainSummary
1965 AEffects.push_back(Summ->getArg(i));
2852 if (Summ.getArg(idx) == StopTrackingHard) {
2909 state = updateSymbol(state, Sym, *T, Summ.getArg(idx), hasErr, C);
3254 SVal RetVal = state->getSVal(CE->getArg(0), LCtx);
3828 CE.Args.push_back(S->getArg(i));\
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1168 milliseconds