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

Declarations

tools/clang/include/clang/AST/DeclBase.h
  866   bool isLexicallyWithinFunctionOrMethod() const;

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1871     if (OwningFunc->isLexicallyWithinFunctionOrMethod()) {
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 4067         !Tmpl->isLexicallyWithinFunctionOrMethod()) {