OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldEnterDeclaratorScope
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
1020
bool Sema::
ShouldEnterDeclaratorScope
(Scope *S, const CXXScopeSpec &SS) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
5392
if (SS.isSet() && Actions.
ShouldEnterDeclaratorScope
(getCurScope(), SS))
5957
if (Actions.
ShouldEnterDeclaratorScope
(getCurScope(),
6037
Actions.
ShouldEnterDeclaratorScope
(getCurScope(),
6121
Actions.
ShouldEnterDeclaratorScope
(getCurScope(),
ParseExprCXX.cpp
2983
if (Actions.
ShouldEnterDeclaratorScope
(getCurScope(), SS))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
6549
bool
ShouldEnterDeclaratorScope
(Scope *S, const CXXScopeSpec &SS);
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026