HomeSort by relevance Sort by last modified time
    Searched refs:TypeLocVisitor (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /external/clang/lib/AST/
TypeLoc.cpp 15 #include "clang/AST/TypeLocVisitor.h"
25 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
42 class TypeSizer : public TypeLocVisitor<TypeSizer, unsigned> {
60 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
156 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> {
  /external/clang/tools/libclang/
CursorVisitor.h 18 #include "clang/AST/TypeLocVisitor.h"
56 public TypeLocVisitor<CursorVisitor, bool>
103 using TypeLocVisitor<CursorVisitor, bool>::Visit;
  /external/clang/lib/Sema/
SemaType.cpp 24 #include "clang/AST/TypeLocVisitor.h"
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 26 #include "clang/AST/TypeLocVisitor.h"
401 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> {
    [all...]
ASTReader.cpp 29 #include "clang/AST/TypeLocVisitor.h"
    [all...]

Completed in 24 milliseconds