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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ParentMapContext.cpp 40 return E->IgnoreUnlessSpelledInSource();
153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr &&
154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr)
Expr.cpp 2909 Expr *Expr::IgnoreUnlessSpelledInSource() {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 130 S = E->IgnoreUnlessSpelledInSource();
Expr.h 806 Expr *IgnoreUnlessSpelledInSource();
807 const Expr *IgnoreUnlessSpelledInSource() const {
808 return const_cast<Expr *>(this)->IgnoreUnlessSpelledInSource();

Completed in 23 milliseconds