Searched refs:isTrivialType (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1028 bool QualType::isTrivialType(ASTContext &Context) const { function in class:QualType
1036 return Context.getBaseElementType(*this).isTrivialType(Context);
1093 return Context.getBaseElementType(*this).isTrivialType(Context);
1236 // This is effectively the intersection of isTrivialType and
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp1179 if (T.isTrivialType(VD->getASTContext())) {
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h688 /// isTrivialType - Return true if this is a trivial type
690 bool isTrivialType(ASTContext &Context) const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3126 return T.isTrivialType(Self.Context);

Completed in 219 milliseconds