Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprOpenMP.h88 static QualType getBaseOriginalType(const Expr *Base);
/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h91 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/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7240 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType( in getExprTypeSize()
7363 QualType BaseQTy = OMPArraySectionExpr::getBaseOriginalType( in isFinalArraySectionExpression()
7710 (OASE && OMPArraySectionExpr::getBaseOriginalType(OASE) in generateInfoForComponentList()
7940 QualType Ty = OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in generateInfoForComponentList()
DCGExpr.cpp3914 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(E->getBase()); in EmitOMPArraySectionExpr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp15098 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in actOnOMPReductionKindClause()
16545 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in ActOnOpenMPDependClause()
16971 OMPArraySectionExpr::getBaseOriginalType(E).getCanonicalType(); in VisitOMPArraySectionExpr()
17239 OMPArraySectionExpr::getBaseOriginalType(E).getCanonicalType(); in checkMapConflicts()
17713 OMPArraySectionExpr::getBaseOriginalType(OASE->getBase()); in checkMappableExpressionList()
DSemaExpr.cpp4904 QualType OriginalTy = OMPArraySectionExpr::getBaseOriginalType(Base); in ActOnOMPArraySectionExpr()
/external/llvm-project/clang/lib/AST/
DExpr.cpp4615 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()