Home
last modified time | relevance | path

Searched refs:isTrivialType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp667 if (T.isTrivialType(VD->getASTContext())) in translateDeclStmt()
876 if (!T.isTrivialType(Pm->getASTContext())) in enterCFG()
H A DThreadSafety.cpp616 if (T.isTrivialType(VD->getASTContext())) { in VisitDeclStmt()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp225 return CT.isConstQualified() && VD->getType().isTrivialType(ACtx); in shouldImport()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2567 bool QualType::isTrivialType(const ASTContext &Context) const { in isTrivialType() function in QualType
2575 return Context.getBaseElementType(*this).isTrivialType(Context); in isTrivialType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h915 bool isTrivialType(const ASTContext &Context) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5133 return T.isTrivialType(C); in EvaluateUnaryTypeTrait()