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

  /external/clang/lib/CodeGen/
CGCall.h 183 struct ArgInfo {
212 ArgInfo *getArgsBuffer() {
213 return reinterpret_cast<ArgInfo*>(this+1);
215 const ArgInfo *getArgsBuffer() const {
216 return reinterpret_cast<const ArgInfo*>(this + 1);
228 typedef const ArgInfo *const_arg_iterator;
229 typedef ArgInfo *arg_iterator;
CGCall.cpp 488 sizeof(ArgInfo) * (argTypes.size() + 1));
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 354 struct ArgInfo {
359 ArgInfo(LocTy L, Type *ty, AttributeSet Attr, const std::string &N)
362 bool ParseArgumentList(SmallVectorImpl<ArgInfo> &ArgList, bool &isVarArg);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 819 ArgInfo = namedtuple('ArgInfo', 'args varargs keywords locals')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 819 ArgInfo = namedtuple('ArgInfo', 'args varargs keywords locals')
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 112 TemplateArgumentListInfo ArgInfo;
113 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
114 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
116 ArgInfo.addArgument(
118 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 393 milliseconds