Home
last modified time | relevance | path

Searched refs:getConstantIntExpr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLBuiltinTypeDeclBuilder.h97 Expr *getConstantIntExpr(int value);
H A DHLSLBuiltinTypeDeclBuilder.cpp764 Expr *BuiltinTypeDeclBuilder::getConstantIntExpr(int value) { in getConstantIntExpr() function in clang::hlsl::BuiltinTypeDeclBuilder
792 PH::Handle, getConstantIntExpr(1)) in addIncrementCounterMethod()
801 PH::Handle, getConstantIntExpr(-1)) in addDecrementCounterMethod()
846 PH::Handle, getConstantIntExpr(1)) in addAppendMethod()
863 PH::Handle, getConstantIntExpr(-1)) in addConsumeMethod()