Searched defs:getArg (Results 1 - 14 of 14) 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/spirv-llvm/lib/SPIRV/
H A DOCLTypeToSPIRV.cpp136 getArg(Function *F, unsigned I) { function in namespace:SPIRV
165 addAdaptedType(getArg(CF, ArgIndex), Loc->second);
/external/clang/include/clang/AST/
H A DTemplateBase.h654 TemplateSpecializationType::getArg(unsigned Idx) const { function in class:clang::TemplateSpecializationType
660 DependentTemplateSpecializationType::getArg(unsigned Idx) const {
H A DDecl.h134 StringRef getArg() const { return getTrailingObjects<char>(); } function in class:clang::final
H A DExprObjC.h1289 /// getArg - Return the specified argument.
1290 Expr *getArg(unsigned Arg) { function in class:clang::final
1294 const Expr *getArg(unsigned Arg) const {
H A DExprCXX.h447 return getArg(0)->getLocStart();
1288 Expr *getArg(unsigned Arg) { function in class:clang::CXXConstructExpr
1292 const Expr *getArg(unsigned Arg) const {
2320 TypeSourceInfo *getArg(unsigned I) const {
3088 Expr *getArg(unsigned I) {
3093 const Expr *getArg(unsigned I) const {
3106 return getArg(NumArgs - 1)->getLocEnd();
/external/clang/include/clang/Sema/
H A DAttributeList.h412 /// getArg - Return the specified argument.
413 ArgsUnion getArg(unsigned Arg) const { function in class:clang::AttributeList
419 return Arg < NumArgs && getArg(Arg).is<Expr*>();
422 return getArg(Arg).get<Expr*>();
426 return Arg < NumArgs && getArg(Arg).is<IdentifierLoc*>();
429 return getArg(Arg).get<IdentifierLoc*>();
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
H A DRecord.h1293 Init *getArg(unsigned Num) const { function in class:llvm::DagInit
/external/llvm/include/llvm/TableGen/
H A DRecord.h1143 Init *getArg(unsigned Num) const { function in class:llvm::VarBitInit::DagInit
/external/skia/src/sksl/
H A DSkSLIRGenerator.cpp1779 std::unique_ptr<Expression> IRGenerator::getArg(Position position, String name) { function in class:SkSL::IRGenerator
1833 return this->getArg(expression.fPosition,
/external/swiftshader/third_party/subzero/src/
H A DIceInst.h434 Operand *getArg(SizeT I) const { return getSrc(I + 1); } function in class:Ice::InstCall
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp407 /// getArg - Return the argument effect on the argument specified by
409 ArgEffect getArg(unsigned idx) const { function in class:__anon1704::RetainSummary
2032 AEffects.push_back(Summ->getArg(i));
2939 if (Summ.getArg(idx) == StopTrackingHard) {
3015 ArgEffect Effect = Summ.getArg(idx);
3391 SVal RetVal = state->getSVal(CE->getArg(0), LCtx);
4005 CE.Args.push_back(S->getArg(i));\
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 454 milliseconds