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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 6109 Expr *getSemanticExpr(unsigned index) {
6113 const Expr *getSemanticExpr(unsigned index) const {
6114 return const_cast<PseudoObjectExpr*>(this)->getSemanticExpr(index);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1947 POE->getSemanticExpr(POE->getNumSemanticExprs() - 1);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 341 isa<CallExpr>(POE->getSemanticExpr(0)))
342 return DiagnoseUnusedExprResult(POE->getSemanticExpr(0));
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 3682 Expr *Semantic = E->getSemanticExpr(--i);
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1420 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(
RewriteObjC.cpp 1241 cast<ObjCMessageExpr>(PseudoOp->getSemanticExpr(

Completed in 113 milliseconds