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 419 bool dataTraverseNode(Stmt *S, bool &EnqueueChildren);
438 bool EnqueueChildren = true;
439 if (!dataTraverseNode(CurrS, EnqueueChildren)) return false;
440 if (!EnqueueChildren) {
465 bool &EnqueueChildren) {
476 EnqueueChildren = false; \
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 201 milliseconds