Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp405 static RecordDecl *getRecordDecl(QualType DeclType);
1072 RecordDecl *InitListChecker::getRecordDecl(QualType DeclType) { in getRecordDecl() function in InitListChecker
1374 } else if (const RecordDecl *RD = getRecordDecl(DeclType)) { in CheckListElementTypes()
2244 const RecordDecl *RD = getRecordDecl(DeclType); in CheckStructUnionTypes()
2810 RecordDecl *RD = getRecordDecl(CurrentObjectType); in CheckDesignatedInitializer()
H A DSemaChecking.cpp11584 if (const auto *MRecordDecl = MCallExpr->getRecordDecl(); in DiagnoseAlwaysNonNullPointer()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp732 CXXRecordDecl *CXXMemberCallExpr::getRecordDecl() const { in getRecordDecl() function in CXXMemberCallExpr
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h215 CXXRecordDecl *getRecordDecl() const;