Searched refs:ShouldEnterDeclaratorScope (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp859 bool Sema::ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS) { function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp4350 if (SS.isSet() && Actions.ShouldEnterDeclaratorScope(getCurScope(), SS))
4780 if (Actions.ShouldEnterDeclaratorScope(getCurScope(), D.getCXXScopeSpec()))
4883 Actions.ShouldEnterDeclaratorScope(getCurScope(), D.getCXXScopeSpec()))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4465 bool ShouldEnterDeclaratorScope(Scope *S, const CXXScopeSpec &SS);

Completed in 192 milliseconds