Searched refs:TypeLocVisitor (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DTypeLocVisitor.h1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor { class in namespace:clang
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DTypeLoc.cpp17 #include "clang/AST/TypeLocVisitor.h"
27 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
44 class TypeAligner : public TypeLocVisitor<TypeAligner, unsigned> {
62 class TypeSizer : public TypeLocVisitor<TypeSizer, unsigned> {
90 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
207 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp23 #include "clang/AST/TypeLocVisitor.h"
3490 class TypeSpecLocFiller : public TypeLocVisitor<TypeSpecLocFiller> {
3667 class DeclaratorLocFiller : public TypeLocVisitor<DeclaratorLocFiller> {
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp24 #include "clang/AST/TypeLocVisitor.h"
418 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> {
H A DASTReader.cpp24 #include "clang/AST/TypeLocVisitor.h"
4945 class clang::TypeLocReader : public TypeLocVisitor<TypeLocReader> {

Completed in 176 milliseconds