Searched refs:declType (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/ |
| H A D | Parser.cpp | 254 StringRef declType, ast::CompoundStmt *body, 1397 StringRef declType, ast::CompoundStmt *body, in validateUserConstraintOrRewriteReturn() argument 1409 declType)); in validateUserConstraintOrRewriteReturn() 1418 declType, resultType)); in validateUserConstraintOrRewriteReturn() 2716 ast::Type declType; in createDeclRefExpr() local 2718 declType = ast::ConstraintType::get(ctx); in createDeclRefExpr() 2720 declType = ast::RewriteType::get(ctx); in createDeclRefExpr() 2722 declType = varDecl->getType(); in createDeclRefExpr() 2727 return ast::DeclRefExpr::create(ctx, loc, decl, declType); in createDeclRefExpr()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-integer.cpp | 1091 declType{base->GetLastSymbol().GetType()}) { in FoldOperation() local 1094 declType->derivedTypeSpec().FindParameter(parameterName)}) { in FoldOperation()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names.cpp | 4649 if (const auto *declType{GetDeclTypeSpec()}) { in Post() local 4650 if (const auto *derived{declType->AsDerived()}) { in Post() 4734 if (const auto *declType{GetDeclTypeSpec()}) { in Pre() local 4735 if (!declType->AsIntrinsic() && !declType->IsSequenceType()) { in Pre()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 137 static StringInitFailureKind IsStringInit(Expr *init, QualType declType, in IsStringInit() argument 139 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 950 if (const Fortran::semantics::DeclTypeSpec *declType = sym.GetType()) in isBuiltinCPtr() local 952 declType->AsDerived()) in isBuiltinCPtr()
|