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

  /external/clang/lib/CodeGen/
CGCall.h 156 struct ArgInfo {
185 ArgInfo *getArgsBuffer() {
186 return reinterpret_cast<ArgInfo*>(this+1);
188 const ArgInfo *getArgsBuffer() const {
189 return reinterpret_cast<const ArgInfo*>(this + 1);
201 typedef const ArgInfo *const_arg_iterator;
202 typedef ArgInfo *arg_iterator;
CGCall.cpp 486 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);
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 102 TemplateArgumentListInfo ArgInfo;
103 ArgInfo.setLAngleLoc(ReadSourceLocation(Record, Idx));
104 ArgInfo.setRAngleLoc(ReadSourceLocation(Record, Idx));
106 ArgInfo.addArgument(
108 Args.initializeFrom(TemplateKWLoc, ArgInfo);
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 399 milliseconds