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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 2612     OS << " __attribute__((cleanup(" << getFunctionDecl()->getNameInfo().getAsString() << ")))";
 2616     OS << " [[gnu::cleanup(" << getFunctionDecl()->getNameInfo().getAsString() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  163     dumpBareDeclRef(SA->getFunctionDecl());
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  444     Record.AddDeclRef(SA->getFunctionDecl());
tools/clang/lib/CodeGen/CGDecl.cpp
 2002     const FunctionDecl *FD = CA->getFunctionDecl();