Home
last modified time | relevance | path

Searched refs:hasNonLiteralTypeFieldsOrBases (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp294 if (!hasNonLiteralTypeFieldsOrBases() && !BaseType->isLiteralType(C)) in setBases()
1435 if (hasNonLiteralTypeFieldsOrBases()) { in isLiteral()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1416 bool hasNonLiteralTypeFieldsOrBases() const { in hasNonLiteralTypeFieldsOrBases() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9298 } else if (RD->hasNonLiteralTypeFieldsOrBases()) { in RequireLiteralType()