Home
last modified time | relevance | path

Searched defs:isAggregate (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDesignatedInitializersCheck.cpp83 AST_MATCHER(CXXRecordDecl, isAggregate) { in AST_MATCHER() argument
/llvm-project/clang/lib/CodeGen/
H A DCGCall.h267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1147 bool isAggregate() const { return data().Aggregate; } isAggregate() function