Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5120 static bool hasAnyVptr(const QualType Type, const ASTContext &Context) { in hasAnyVptr() function
5129 if (hasAnyVptr(Base.getType(), Context)) in hasAnyVptr()
5133 if (hasAnyVptr(Field->getType(), Context)) in hasAnyVptr()
5253 hasAnyVptr(FieldType, getContext())) in EmitLValueForField()