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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h 684 Visit(E->getControllingExpr());
685 Visit(E->getControllingExpr()->getType()); // FIXME: remove
Expr.h 5730 Expr *getControllingExpr() {
5733 const Expr *getControllingExpr() const {
RecursiveASTVisitor.h 2425 TRY_TO(TraverseStmt(S->getControllingExpr()));
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 100 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 626 D |= E->getControllingExpr()->getDependence() & ExprDependence::Error;
StmtPrinter.cpp 1288 PrintExpr(Node->getControllingExpr());
ASTImporter.cpp 6600 auto *ToControllingExpr = importChecked(Err, E->getControllingExpr());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 156 S.Context, gse->getGenericLoc(), gse->getControllingExpr(),
SemaExprObjC.cpp 4575 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes,
SemaOverload.cpp 15028 Context, GSE->getGenericLoc(), GSE->getControllingExpr(),
TreeTransform.h 10294 getDerived().TransformExpr(E->getControllingExpr());
SemaExpr.cpp 18197 GSE->getRParenLoc(), GSE->getControllingExpr(),

Completed in 131 milliseconds