HomeSort by: relevance | last modified time | path
    Searched defs:findFirstLeaf (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tree.cpp 312 const syntax::Leaf *syntax::Tree::findFirstLeaf() const {
316 if (const auto *L = cast<syntax::Tree>(C).findFirstLeaf())
Tree.cpp 312 const syntax::Leaf *syntax::Tree::findFirstLeaf() const {
316 if (const auto *L = cast<syntax::Tree>(C).findFirstLeaf())
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Tree.h 206 const Leaf *findFirstLeaf() const;
207 Leaf *findFirstLeaf() {
208 return const_cast<Leaf *>(const_cast<const Tree *>(this)->findFirstLeaf());
Tree.h 206 const Leaf *findFirstLeaf() const;
207 Leaf *findFirstLeaf() {
208 return const_cast<Leaf *>(const_cast<const Tree *>(this)->findFirstLeaf());

Completed in 44 milliseconds