HomeSort by relevance Sort by last modified time
    Searched defs:Visit (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/cmd/vet/
dead.go 102 func (dv deadVisitor) Visit(node ast.Node) ast.Visitor {
  /prebuilts/go/linux-x86/src/cmd/vet/
dead.go 102 func (dv deadVisitor) Visit(node ast.Node) ast.Visitor {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeVisitor.cs 50 * Visit every node in tree t and trigger an action for each node
58 public object Visit(object t, ITreeVisitorAction action)
60 // System.out.println("visit "+((Tree)t).toStringTree());
69 Visit(child, action);
76 public object Visit(object t, Func<object, object> preAction, Func<object, object> postAction)
78 return Visit(t, new TreeVisitorAction(preAction, postAction));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeVisitor.cs 52 * Visit every node in tree t and trigger an action for each node
60 public object Visit( object t, ITreeVisitorAction action )
62 // System.out.println("visit "+((Tree)t).toStringTree());
71 Visit( child, action );
78 public object Visit( object t, Func<object, object> preAction, Func<object, object> postAction )
80 return Visit( t, new TreeVisitorAction( preAction, postAction ) );
  /external/autotest/client/cros/cellular/
labconfig_write_stanzas 35 def Visit(self, d):
56 find_names(f.Visit, labconfig_data.CELLS[cell])
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 102 func (f visitFunc) Visit(n ast.Node) ast.Visitor { return f(n) }
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 102 func (f visitFunc) Visit(n ast.Node) ast.Visitor { return f(n) }
  /external/clang/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeLocVisitor.h 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
29 RetTy Visit(TypeLoc TyLoc) {
39 RetTy Visit(UnqualTypeLoc TyLoc) {
50 RetTy Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc) { \
TypeVisitor.h 23 Visit##CLASS(static_cast<const CLASS*>(T))
32 /// from Type. The operation is performed by calling method Visit. It then
46 /// sometype result = avisitor.Visit(atype);
69 RetTy Visit(const Type *T) {
79 // If the implementation chooses not to implement a certain visit method, fall
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \

Completed in 254 milliseconds

1 2 3 4 5 6