HomeSort by relevance Sort by last modified time
    Searched defs:getNumArgs (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ObjCMessage.h 136 unsigned getNumArgs() const {
139 return msgE->getNumArgs();
145 assert(i < getNumArgs() && "Invalid index for argument");
154 assert(i < getNumArgs() && "Invalid index for argument");
165 assert(i < getNumArgs() && "Invalid index for argument");
249 unsigned getNumArgs() const {
251 return Msg.getNumArgs();
254 return Ctor->getNumArgs();
255 return CallE.get<const CallExpr *>()->getNumArgs();
259 assert(i < getNumArgs());
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 68 public int getNumArgs() {
JFunc.java 95 public int getNumArgs() {
127 int numArgs = cfunc.getNumArgs();
  /external/clang/include/clang/Driver/
Option.h 275 unsigned getNumArgs() const { return NumArgs; }
  /external/clang/include/clang/Lex/
MacroInfo.h 191 unsigned getNumArgs() const { return NumArguments; }
  /external/clang/lib/Basic/
IdentifierTable.cpp 300 unsigned getNumArgs() const { return ExtraKindOrNumArgs - NUM_EXTRA_KINDS; }
307 return keyword_begin()+getNumArgs();
310 assert(i < getNumArgs() && "getIdentifierInfoForSlot(): illegal index");
320 Profile(ID, keyword_begin(), getNumArgs());
325 unsigned Selector::getNumArgs() const {
333 return SI->getNumArgs();
371 if (getNumArgs() == 0)
  /external/clang/include/clang/AST/
ExprObjC.h 128 /// getNumArgs - Return the number of actual arguments to this call.
129 unsigned getNumArgs() const { return SelName.getNumArgs(); }
554 return reinterpret_cast<SourceLocation*>(getArgs() + getNumArgs());
557 return reinterpret_cast<const SourceLocation*>(getArgs() + getNumArgs());
845 unsigned getNumArgs() const { return NumArgs; }
887 getNumArgs()),
    [all...]
ExprCXX.h     [all...]
Type.h     [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 304 /// getNumArgs - Return the number of actual arguments to this attribute.
305 unsigned getNumArgs() const { return NumArgs; }
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 412 milliseconds