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

  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 434 bool dataTraverseNode(Stmt *S, bool &EnqueueChildren);
453 bool EnqueueChildren = true;
454 if (!dataTraverseNode(CurrS, EnqueueChildren)) return false;
455 if (!EnqueueChildren) {
480 bool &EnqueueChildren) {
491 EnqueueChildren = false; \
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 68 milliseconds