OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParentRD
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
1015
auto *
ParentRD
=
1017
CXXRecordDecl *CXXRD = cast<CXXRecordDecl>(
ParentRD
);
1023
auto *
ParentRD
=
1025
if (CXXRecordDecl *CXXRD = dyn_cast<CXXRecordDecl>(
ParentRD
)) {
1030
auto FieldIt =
ParentRD
->field_begin();
1031
assert(FieldIt !=
ParentRD
->field_end() &&
1033
return ++FieldIt ==
ParentRD
->field_end();
SemaDeclCXX.cpp
15154
CXXRecordDecl *
ParentRD
= cast<CXXRecordDecl>(Field->getParent());
15156
if (isTemplateInstantiation(
ParentRD
->getTemplateSpecializationKind())) {
15157
CXXRecordDecl *ClassPattern =
ParentRD
->getTemplateInstantiationPattern();
15194
RecordDecl *OutermostClass =
ParentRD
->getOuterLexicalRecordContext();
Completed in 39 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026