Home
last modified time | relevance | path

Searched refs:getRecordDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h268 const CXXRecordDecl *getRecordDecl(const Expr *E) const { in getRecordDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp379 static RecordDecl *getRecordDecl(QualType DeclType);
1016 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl() function in InitListChecker
1318 } else if (const RecordDecl *RD = getRecordDecl(DeclType)) { in CheckListElementTypes()
2112 const RecordDecl *RD = getRecordDecl(DeclType); in CheckStructUnionTypes()
2671 RecordDecl *RD = getRecordDecl(CurrentObjectType); in CheckDesignatedInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp682 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { in getRecordDecl() function in CXXMemberCallExpr
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h215 CXXRecordDecl *getRecordDecl() const;