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

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaLambda.cpp 251 DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
257 if (!FTI.hasMutableQualifier())
258 FTI.TypeQuals |= DeclSpec::TQ_const;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 865 const DeclaratorChunk::FunctionTypeInfo &FTI = D.getFunctionTypeInfo();
882 if (FTI.isKNRPrototype())
    [all...]
ParseDeclCXX.cpp     [all...]

Completed in 96 milliseconds