HomeSort by relevance Sort by last modified time
    Searched refs:ParamInfo (Results 1 - 15 of 15) sorted by null

  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]
ParseExprCXX.cpp 810 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo;
814 ParseParameterDeclarationClause(D, Attr, ParamInfo, EllipsisLoc);
862 ParamInfo.data(), ParamInfo.size(),
    [all...]
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 433 Declarator &ParamInfo,
449 if (ParamInfo.getNumTypeObjects() == 0) {
464 assert(ParamInfo.isFunctionDeclarator() &&
466 DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
475 MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
477 EndLoc = ParamInfo.getSourceRange().getEnd();
508 ProcessDeclAttributes(CurScope, Method, ParamInfo);
    [all...]
DeclSpec.cpp 150 ParamInfo *ArgInfo,
213 I.Fun.ArgInfo = new DeclaratorChunk::ParamInfo[NumArgs];
    [all...]
SemaExpr.cpp     [all...]
SemaDeclObjC.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 333 struct ParamInfo {
337 ParamInfo(LocTy loc, Value *v, AttributeSet attrs)
340 bool ParseParameterList(SmallVectorImpl<ParamInfo> &ArgList,
LLParser.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 89 milliseconds