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

References

tools/clang/lib/Parse/ParseDecl.cpp
 3118       if (getCurScope()->getFnParent() || getCurScope()->getBlockParent())
tools/clang/lib/Parse/ParseDeclCXX.cpp
  147       getCurScope()->isInObjcMethodScope() || getCurScope()->getBlockParent() ||
tools/clang/lib/Parse/ParseExpr.cpp
 2422     if (!getCurScope()->getFnParent() && !getCurScope()->getBlockParent()) {