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

/external/clang/lib/AST/
H A DType.cpp1023 bool QualType::isTrivialType(ASTContext &Context) const { function in class:QualType
1031 return Context.getBaseElementType(*this).isTrivialType(Context);
1088 return Context.getBaseElementType(*this).isTrivialType(Context);
1243 // This is effectively the intersection of isTrivialType and

Completed in 82 milliseconds