Searched refs:RecordType (Results 126 - 131 of 131) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5481 void FinalizeVarWithDestructor(VarDecl *VD, const RecordType *DeclInitType);
6753 llvm::SmallPtrSetImpl<const RecordType *> *DirectVirtualBases = nullptr);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3067 ASTRecordTypes RecordType = (ASTRecordTypes)MaybeRecordType.get();
3071 switch (RecordType) {
3092 switch (RecordType) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4864 RecordDecl *RD = VD->getType()->castAs<RecordType>()->getDecl();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3201 if (const auto *RecordTy = Ty->getAs<RecordType>())
H A DSemaOpenMP.cpp14599 if (const auto *TyRec = Ty->getAs<RecordType>()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1515 RecordDecl *RD = RType->castAs<RecordType>()->getDecl()->getDefinition();

Completed in 414 milliseconds

123456