Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 __anoneb59032f0111::TypeRetrievingVisitor
185 TypeRetrievingVisitor TRV{Context}; in getType()