Home
last modified time | relevance | path

Searched defs:TypeLocCopier (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp152 class TypeLocCopier : public TypeLocVisitor<TypeLocCopier> { class
156 TypeLocCopier(TypeLoc source) : Source(source) {} in TypeLocCopier() function in __anoncc7e40c30511::TypeLocCopier