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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2273     return isFunctionDeclarator(index);
 2281     isFunctionDeclarator(index);
tools/clang/lib/Sema/SemaDecl.cpp
 8944   if (D.isFunctionDeclarator(FTIIdx)) {
tools/clang/lib/Sema/SemaType.cpp
 4069               D.isFunctionDeclarator(FnIndex) && FnIndex == Index)
 5131       if (D.isFunctionDeclarator(I)) {