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

References

tools/clang/lib/AST/ASTImporter.cpp
 3870     ToParm->setScopeInfo(D->getFunctionScopeDepth(),
tools/clang/lib/AST/ItaniumMangle.cpp
 4419   unsigned parmDepth = parm->getFunctionScopeDepth();
tools/clang/lib/AST/StmtProfile.cpp
  110           ID.AddInteger(Parm->getFunctionScopeDepth());
tools/clang/lib/Sema/SemaTemplate.cpp
 1998     NewParam->setScopeInfo(OldParam->getFunctionScopeDepth(),
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1904   NewParm->setScopeInfo(OldParm->getFunctionScopeDepth(),
tools/clang/lib/Sema/TreeTransform.h
 5145   newParm->setScopeInfo(OldParm->getFunctionScopeDepth(),
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1060   Record.push_back(D->getFunctionScopeDepth());
 1086       D->getFunctionScopeDepth() == 0 &&