reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaLambda.cpp
  912   if (ParamInfo.getNumTypeObjects() == 0) {
  936     assert(ParamInfo.isFunctionDeclarator() &&
  938     DeclaratorChunk::FunctionTypeInfo &FTI = ParamInfo.getFunctionTypeInfo();
  949     MethodTyInfo = GetTypeForDeclarator(ParamInfo, CurScope);
  951     EndLoc = ParamInfo.getSourceRange().getEnd();
  971                             ParamInfo.getDeclSpec().getConstexprSpecifier());
  984   ProcessDeclAttributes(CurScope, Method, ParamInfo);