Home
last modified time | relevance | path

Searched refs:getBaseOriginalType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DExprOpenMP.h88 static QualType getBaseOriginalType(const Expr *Base);
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5015 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType( in getExprTypeSize()
5106 auto BaseQTy = OMPArraySectionExpr::getBaseOriginalType( in isFinalArraySectionExpression()
5310 OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
DCGExpr.cpp3038 BaseTy = OMPArraySectionExpr::getBaseOriginalType(ASE); in EmitOMPArraySectionExpr()
/external/clang/lib/AST/
DExpr.cpp3889 QualType OMPArraySectionExpr::getBaseOriginalType(const Expr *Base) { in getBaseOriginalType() function in OMPArraySectionExpr
/external/clang/lib/Sema/
DSemaOpenMP.cpp9136 auto BaseType = OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in ActOnOpenMPReductionClause()
10593 OMPArraySectionExpr::getBaseOriginalType(E).getCanonicalType(); in CheckMapClauseExpressionBase()
DSemaExpr.cpp4252 QualType OriginalTy = OMPArraySectionExpr::getBaseOriginalType(Base); in ActOnOMPArraySectionExpr()