Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExpr.cpp4348 static bool hasAnyVptr(const QualType Type, const ASTContext &Context) { in hasAnyVptr() function
4357 if (hasAnyVptr(Base.getType(), Context)) in hasAnyVptr()
4361 if (hasAnyVptr(Field->getType(), Context)) in hasAnyVptr()
4473 hasAnyVptr(FieldType, getContext())) in EmitLValueForField()