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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2190   bool CheckFunctionDeclaration(Scope *S,

References

tools/clang/lib/Sema/SemaDecl.cpp
 9089       D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous,
 9241         D.setRedeclaration(CheckFunctionDeclaration(S, NewFD, Previous,
tools/clang/lib/Sema/SemaDeclCXX.cpp
11411   CheckFunctionDeclaration(S, FD, R, /*IsMemberSpecialization*/false);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1990   SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous,
 2313   SemaRef.CheckFunctionDeclaration(nullptr, Method, Previous,