Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp142 class TypeRetrievingVisitor class
143 : public FullSValVisitor<TypeRetrievingVisitor, QualType> {
148 TypeRetrievingVisitor(const ASTContext &Context) : Context(Context) {} in TypeRetrievingVisitor() function in __anon7f2c760c0111::TypeRetrievingVisitor
194 TypeRetrievingVisitor TRV{Context}; in getType()