Home
last modified time | relevance | path

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

/freebsd/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 __anon350557f10511::TypeLocCopier
187 TypeLocCopier(other).Visit(TL); in copy()