OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateParamScope
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp
42
if ((Flags & (FnScope | ClassScope | BlockScope |
TemplateParamScope
|
68
if (flags &
TemplateParamScope
) TemplateParamParent = this;
153
{
TemplateParamScope
, "
TemplateParamScope
"},
SemaLambda.cpp
899
auto *
TemplateParamScope
= CurScope->getTemplateParamParent();
900
assert(
TemplateParamScope
&&
903
assert(
TemplateParamScope
->getParent());
904
KnownDependent =
TemplateParamScope
->getParent()
Sema.cpp
1900
if (S->getFlags() & (Scope::DeclScope | Scope::
TemplateParamScope
))
SemaTemplate.cpp
2040
while ((Outer->getFlags() & Scope::
TemplateParamScope
) != 0)
7927
(S->getFlags() & Scope::
TemplateParamScope
) != 0)
9950
(S->getFlags() & Scope::
TemplateParamScope
) != 0)
SemaDecl.cpp
1927
assert((S->getFlags() & (Scope::DeclScope | Scope::
TemplateParamScope
)) &&
5730
(S->getFlags() & Scope::
TemplateParamScope
) != 0)
SemaCodeComplete.cpp
4320
(S->getFlags() & (Scope::ClassScope | Scope::
TemplateParamScope
|
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
77
TemplateParamScope
= 0x80,
409
return getFlags() & Scope::
TemplateParamScope
;
435
Scope::BlockScope | Scope::
TemplateParamScope
|
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseTemplate.cpp
30
S.Enter(Scope::
TemplateParamScope
);
452
TemplateScopes.Enter(Scope::
TemplateParamScope
);
ParseExprCXX.cpp
1274
MultiParseScope
TemplateParamScope
(*this);
1282
if (ParseTemplateParameters(
TemplateParamScope
,
1473
TemplateParamScope
.Exit();
ParseDecl.cpp
3128
Scope::
TemplateParamScope
|
Completed in 95 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026