Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp61 static void getFieldsFromClassHierarchy(QualType Type, FieldSet &Fields) { in getFieldsFromClassHierarchy() function
70 getFieldsFromClassHierarchy(Base.getType(), Fields); in getFieldsFromClassHierarchy()
76 getFieldsFromClassHierarchy(Type, Fields); in getObjectFields()