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

References

tools/clang/lib/AST/Decl.cpp
 1281                          BD->getBlockManglingContextDecl(), computation);
tools/clang/lib/AST/ItaniumMangle.cpp
   58           = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl()))
 1617             = dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl())) {
 1660   if (Decl *Context = Block->getBlockManglingContextDecl()) {
tools/clang/lib/AST/MicrosoftMangle.cpp
   95             dyn_cast_or_null<ParmVarDecl>(BD->getBlockManglingContextDecl()))
 1078       if (const auto *MC = BD->getBlockManglingContextDecl())
 1093       if (const auto *MC = BD->getBlockManglingContextDecl())