OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTemplateParamScope
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h
344
return
isTemplateParamScope
() ? nullptr : Entity;
352
assert(!
isTemplateParamScope
() &&
406
///
isTemplateParamScope
- Return true if this scope is a C++
408
bool
isTemplateParamScope
() const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
1460
if (Found && S->
isTemplateParamScope
()) {
1478
if (!(Found && S->
isTemplateParamScope
())) {
SemaTemplate.cpp
1038
assert(S->
isTemplateParamScope
() &&
1534
assert(S->
isTemplateParamScope
() &&
1617
assert(S->
isTemplateParamScope
() &&
SemaDecl.cpp
562
if (IsTemplateTypeArg && getCurScope()->
isTemplateParamScope
()) {
1345
if (S->getParent()->
isTemplateParamScope
()) {
1366
assert(S->
isTemplateParamScope
() &&
1391
for (; S && S->
isTemplateParamScope
(); S = S->getParent(), --ScopeDepth) {
SemaDeclCXX.cpp
11448
while (S->
isTemplateParamScope
())
12573
while (S->
isTemplateParamScope
())
SemaCodeComplete.cpp
5153
if (S->
isTemplateParamScope
() && S->isDeclScope(D))
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDeclCXX.cpp
146
if (getCurScope()->isClassScope() || getCurScope()->
isTemplateParamScope
() ||
Completed in 75 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026