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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 221 auto D = E->getCommonExpr()->getDependence() |
354 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue);
355 return E->getCommonExpr()->getDependence() |
ExprConstant.cpp 10517 if (E->getCommonExpr() &&
10519 E->getCommonExpr(),
10520 getStorageType(Info.Ctx, E->getCommonExpr()),
10522 Info, E->getCommonExpr()->getSourceExpr()))
ASTImporter.cpp 7946 auto ToCommonExpr = importChecked(Err, E->getCommonExpr());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h 4726 Expr *getCommonExpr() const {
4748 return getCommonExpr()->getEndLoc();
4789 return getCommonExpr();
4866 return getCommonExpr();
Expr.h 5357 OpaqueValueExpr *getCommonExpr() const {
5374 return getCommonExpr()->getBeginLoc();
5377 return getCommonExpr()->getEndLoc();
RecursiveASTVisitor.h 2622 if (OpaqueValueExpr *OVE = S->getCommonExpr())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 179 auto *E = S.getCommonExpr();
CGExprAgg.cpp 1771 CodeGenFunction::OpaqueValueMapping binding(CGF, E->getCommonExpr());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 3823 Init = AIL->getCommonExpr();

Completed in 70 milliseconds