Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp131 class TypeRetrievingVisitor class
132 : public FullSValVisitor<TypeRetrievingVisitor, QualType> {
137 TypeRetrievingVisitor(const ASTContext &Context) : Context(Context) {} in TypeRetrievingVisitor() function in __anon994d3b580111::TypeRetrievingVisitor
182 TypeRetrievingVisitor TRV{Context}; in getType()