Searched defs:TypeVisitor (Results 1 - 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeVisitor.h1 //===--- TypeVisitor.h - Visitor for Type subclasses ------------*- C++ -*-===//
10 // This file defines the TypeVisitor interface.
28 /// TypeVisitor.
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor only
54 /// \c TypeVisitor dispatches call to the method that handles parent type. In
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
65 class TypeVisitor { class in namespace:clang
/external/guava/guava/src/com/google/common/reflect/
H A DTypeVisitor.java37 * new TypeVisitor() {
61 abstract class TypeVisitor { class
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DParameterType.h113 struct TypeVisitor;
125 /// @brief Visitor service method. (see TypeVisitor for more details).
128 /// @param TypeVisitor type visitor.
129 virtual MangleError accept(TypeVisitor*) const = 0;
168 /// @brief Visitor service method. (see TypeVisitor for more details).
171 /// @param TypeVisitor type visitor.
172 MangleError accept(TypeVisitor*) const;
206 /// @brief Visitor service method. (see TypeVisitor for more details).
209 /// @param TypeVisitor type visitor
210 MangleError accept(TypeVisitor*) cons
435 struct TypeVisitor{ struct in namespace:SPIR
437 TypeVisitor(SPIRversion ver) : spirVer(ver) {}; function in struct:SPIR::TypeVisitor
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 194 milliseconds