OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToRecordDecl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
1789
RecordDecl *
ToRecordDecl
= nullptr;
1795
ToRecordDecl
= FieldTo->getType()->getBaseElementTypeUnsafe()->getAsRecordDecl();
1798
if (!FromRecordDecl || !
ToRecordDecl
) {
1805
ToRecordDecl
= RecordTo->getDecl();
1809
if (FromRecordDecl &&
ToRecordDecl
) {
1811
!
ToRecordDecl
->isCompleteDefinition()) {
1812
Error Err = ImportDefinition(FromRecordDecl,
ToRecordDecl
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
3438
} else if (CXXRecordDecl *
ToRecordDecl
3447
S, From, ToType,
ToRecordDecl
, User, CandidateSet,
3462
for (auto *D : S.LookupConstructors(
ToRecordDecl
)) {
Completed in 66 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026