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.h635 TemplateSpecializationType::getArg(unsigned Idx) const { function in class:clang::TemplateSpecializationType
641 DependentTemplateSpecializationType::getArg(unsigned Idx) const {
H A DExprCXX.h403 return getArg(0)->getLocStart();
1166 Expr *getArg(unsigned Arg) { function in class:clang::CXXConstructExpr
1170 const Expr *getArg(unsigned Arg) const {
2302 TypeSourceInfo *getArg(unsigned I) const {
3075 Expr *getArg(unsigned I) {
3080 const Expr *getArg(unsigned I) const {
3093 return RParenLoc.isValid() ? RParenLoc : getArg(0)->getLocEnd();
H A DExprObjC.h1305 /// getArg - Return the specified argument.
1306 Expr *getArg(unsigned Arg) { function in class:clang::ObjCMessageExpr
1310 const Expr *getArg(unsigned Arg) const {
H A DExpr.h2189 /// getArg - Return the specified argument.
2190 Expr *getArg(unsigned Arg) { function in class:clang::StringLiteral::OffsetOfExpr::CallExpr
2194 const Expr *getArg(unsigned Arg) const {
/external/clang/include/clang/Sema/
H A DAttributeList.h333 /// getArg - Return the specified argument.
334 Expr *getArg(unsigned Arg) const { function in class:clang::AttributeList
/external/llvm/include/llvm/TableGen/
H A DRecord.h1297 Init *getArg(unsigned Num) const { function in class:llvm::VarBitInit::DagInit
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp391 /// getArg - Return the argument effect on the argument specified by
393 ArgEffect getArg(unsigned idx) const { function in class:__anon16468::RetainSummary
1979 AEffects.push_back(Summ->getArg(i));
2821 if (Summ.getArg(idx) == StopTrackingHard) {
2865 state = updateSymbol(state, Sym, *T, Summ.getArg(idx), hasErr, C);
3209 SVal RetVal = state->getSVal(CE->getArg(0), LCtx);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 292 milliseconds