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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp4036 static bool hasAnyVptr(const QualType Type, const ASTContext &Context) { function
4045 if (hasAnyVptr(Base.getType(), Context))
4049 if (hasAnyVptr(Field->getType(), Context))
4148 hasAnyVptr(FieldType, getContext()))

Completed in 64 milliseconds