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

Declarations

tools/clang/include/clang/Sema/Sema.h
 5957   bool ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS);

References

tools/clang/lib/Parse/ParseDecl.cpp
 5203   if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
 5763       if (Actions.ShouldEnterDeclaratorScope(getCurScope(),
 5846             Actions.ShouldEnterDeclaratorScope(getCurScope(),
 5930           Actions.ShouldEnterDeclaratorScope(getCurScope(),
tools/clang/lib/Parse/ParseExprCXX.cpp
 2880       if (Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))