OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoundRD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp
10673
auto *
FoundRD
= dyn_cast<CXXRecordDecl>(Type);
10674
if (Keyword == ETK_Typename && LookupRD &&
FoundRD
&&
10675
FoundRD
->isInjectedClassName() &&
10676
declaresSameEntity(LookupRD, cast<Decl>(
FoundRD
->getParent())))
SemaDecl.cpp
474
auto *
FoundRD
= dyn_cast<CXXRecordDecl>(TD);
475
if (!isClassName && !IsCtorOrDtorName && LookupRD &&
FoundRD
&&
476
FoundRD
->isInjectedClassName() &&
477
declaresSameEntity(LookupRD, cast<Decl>(
FoundRD
->getParent())))
Completed in 33 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026