Home
last modified time | relevance | path

Searched refs:kindType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp811 PropertyType kindType = kindRule.getKindType(); in emitCasedReaderWriterMethodBody() local
813 emitReadOfProperty(subvar, kindProperty, kindType); in emitCasedReaderWriterMethodBody()
817 emitWriteOfProperty(subvar, kindProperty, kindType, in emitCasedReaderWriterMethodBody()
837 " llvm_unreachable(\"bad " << kindType.getCXXTypeName() in emitCasedReaderWriterMethodBody()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-implementation.h1340 using kindType = ResultType<decltype(kindExpr)>; in MapOperation()
1341 auto &aConst{std::get<ArrayConstructor<kindType>>(kindExpr.u)}; in MapOperation()
1343 auto &scalar{std::get<Expr<kindType>>(acValue.u)}; in MapOperation()
1381 using kindType = ResultType<decltype(kindExpr)>; in MapOperation()
1383 auto &rightArrConst{std::get<ArrayConstructor<kindType>>(kindExpr.u)}; in MapOperation()
1388 auto &rightScalar{std::get<Expr<kindType>>(rightIter->u)}; in MapOperation()
1438 using kindType = ResultType<decltype(kindExpr)>; in MapOperation()
1439 auto &rightArrConst{std::get<ArrayConstructor<kindType>>(kindExpr.u)}; in MapOperation()
1441 auto &rightScalar{std::get<Expr<kindType>>(rightValue.u)}; in MapOperation()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DPropertiesBase.td228 PropertyType kindType,
234 PropertyType KindType = kindType;