HomeSort by relevance Sort by last modified time
    Searched defs:RecursiveASTVisitor (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 1 //===--- RecursiveASTVisitor.h - Recursive AST Visitor ----------*- C++ -*-===//
10 // This file defines the RecursiveASTVisitor interface, which recursively
71 // object (s.t. a user of RecursiveASTVisitor can override the method
138 class RecursiveASTVisitor {
423 bool RecursiveASTVisitor<Derived>::dataTraverse(Stmt *S) {
464 bool RecursiveASTVisitor<Derived>::dataTraverseNode(Stmt *S,
472 #define GCC_CAST(CLASS) (bool (RecursiveASTVisitor::*)(CLASS*))
478 if (&RecursiveASTVisitor::Traverse##NAME == \
528 bool RecursiveASTVisitor<Derived>::TraverseStmt(Stmt *S) {
579 bool RecursiveASTVisitor<Derived>::TraverseType(QualType T)
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 1 //===--- RecursiveASTVisitor.h - Recursive AST Visitor ----------*- C++ -*-===//
10 // This file defines the RecursiveASTVisitor interface, which recursively
72 // object (s.t. a user of RecursiveASTVisitor can override the method
142 class RecursiveASTVisitor {
413 RecursiveASTVisitor &RAV;
415 NewQueueRAII(StmtsTy &queue, RecursiveASTVisitor &RAV) : RAV(RAV) {
432 explicit StmtQueueAction(RecursiveASTVisitor &RAV)
445 bool RecursiveASTVisitor<Derived>::TraverseStmt(Stmt *S) {
514 bool RecursiveASTVisitor<Derived>::TraverseType(QualType T) {
530 bool RecursiveASTVisitor<Derived>::TraverseTypeLoc(TypeLoc TL)
    [all...]

Completed in 274 milliseconds