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

Declarations

tools/clang/include/clang/Sema/DeclSpec.h
 2297   bool isDeclarationOfFunction() const;

References

tools/clang/lib/Parse/ParseDeclCXX.cpp
 2685     if (getLangOpts().MicrosoftExt && DeclaratorInfo.isDeclarationOfFunction())
 2768       if (DeclaratorInfo.isDeclarationOfFunction()) {
 2861           ThisDecl, DeclaratorInfo.isDeclarationOfFunction(), EqualLoc);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3165   bool isFunc = D.isDeclarationOfFunction();
tools/clang/lib/Sema/SemaType.cpp
 7500   if (State.getDeclarator().isDeclarationOfFunction()) {