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

References

tools/clang/lib/Sema/SemaDecl.cpp
 8164       (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType());
 8164       (!R->getAsAdjusted<FunctionType>() && R->isFunctionProtoType());
 8167                                  R, TInfo, SC, isInline, HasPrototype,
 8191           D.getIdentifierLoc(), R->castAs<FunctionType>()->getReturnType(),
 8200     R = SemaRef.CheckConstructorDeclarator(D, R, SC);
 8200     R = SemaRef.CheckConstructorDeclarator(D, R, SC);
 8202         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8209       R = SemaRef.CheckDestructorDeclarator(D, R, SC);
 8209       R = SemaRef.CheckDestructorDeclarator(D, R, SC);
 8212           SemaRef.Context, Record, D.getBeginLoc(), NameInfo, R, TInfo,
 8232                                   D.getIdentifierLoc(), Name, R, TInfo, SC,
 8244     SemaRef.CheckConversionDeclarator(D, R, SC);
 8250         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8254     SemaRef.CheckDeductionGuideDeclarator(D, R, SC);
 8257                                          ExplicitSpecifier, NameInfo, R, TInfo,
 8274         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8288                                 R, TInfo, SC, isInline, true /*HasPrototype*/,