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

  /external/clang/lib/Sema/
SemaLambda.cpp 552 DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
558 if (!FTI.hasMutableQualifier())
559 FTI.TypeQuals |= DeclSpec::TQ_const;
569 if (FTI.NumArgs == 1 && !FTI.isVariadic && FTI.ArgInfo[0].Ident == 0 &&
570 cast<ParmVarDecl>(FTI.ArgInfo[0].Param)->getType()->isVoidType()) {
572 checkVoidParamDecl(cast<ParmVarDecl>(FTI.ArgInfo[0].Param));
574 Params.reserve(FTI.NumArgs);
575 for (unsigned i = 0, e = FTI.NumArgs; i != e; ++i
    [all...]
SemaType.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDeclCXX.cpp     [all...]

Completed in 813 milliseconds