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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2383     if (!isFunctionDeclarationContext())
tools/clang/lib/Sema/SemaDeclCXX.cpp
  384   bool MightBeFunction = D.isFunctionDeclarationContext();
tools/clang/lib/Sema/SemaType.cpp
 4068           if (D.isFunctionDeclarationContext() &&
 4913         S.checkExceptionSpecification(D.isFunctionDeclarationContext(),