Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp4245 static bool hasAnyVptr(const QualType Type, const ASTContext &Context) { in hasAnyVptr() function
4254 if (hasAnyVptr(Base.getType(), Context)) in hasAnyVptr()
4258 if (hasAnyVptr(Field->getType(), Context)) in hasAnyVptr()
4370 hasAnyVptr(FieldType, getContext())) in EmitLValueForField()