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

  /external/clang/unittests/Tooling/
RecursiveASTVisitorTestTypeLocVisitor.cpp 17 class TypeLocVisitor : public ExpectedLocationVisitor<TypeLocVisitor> {
26 TypeLocVisitor Visitor;
32 TypeLocVisitor Visitor;
41 TypeLocVisitor Visitor;
49 TypeLocVisitor Visitor;
57 TypeLocVisitor Visitor;
66 TypeLocVisitor Visitor;
70 TypeLocVisitor::Lang_C));
74 TypeLocVisitor Visitor
    [all...]
  /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 {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 1 //===--- TypeLocVisitor.h - Visitor for TypeLoc subclasses ------*- C++ -*-===//
10 // This file defines the TypeLocVisitor interface.
27 class TypeLocVisitor {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 17 #include "clang/AST/TypeLocVisitor.h"
29 class TypeLocRanger : public TypeLocVisitor<TypeLocRanger, SourceRange> {
46 class TypeAligner : public TypeLocVisitor<TypeAligner, unsigned> {
64 class TypeSizer : public TypeLocVisitor<TypeSizer, unsigned> {
92 class NextLoc : public TypeLocVisitor<NextLoc, TypeLoc> {
131 class TypeLocCopier : public TypeLocVisitor<TypeLocCopier> {
249 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> {
  /external/clang/tools/libclang/
CursorVisitor.h 17 #include "clang/AST/TypeLocVisitor.h"
55 public TypeLocVisitor<CursorVisitor, bool>
111 using TypeLocVisitor<CursorVisitor, bool>::Visit;
  /external/clang/lib/Sema/
SemaType.cpp 23 #include "clang/AST/TypeLocVisitor.h"
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 28 #include "clang/AST/TypeLocVisitor.h"
486 class TypeLocWriter : public TypeLocVisitor<TypeLocWriter> {
    [all...]
ASTReader.cpp 26 #include "clang/AST/TypeLocVisitor.h"
    [all...]

Completed in 3364 milliseconds