Home
last modified time | relevance | path

Searched defs:declType (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp1272 if (const DeclTypeSpec * declType{dtvArg->GetType()}) { GetDefinedIoSpecificArgType() local
1314 declType{GetDefinedIoSpecificArgType(*specific)}) { CollectNonTbpDefinedIoGenericInterfaces() local
H A Dresolve-names.cpp5625 if (const auto *declType{GetDeclTypeSpec()}) { Post() local
5715 if (const auto *declType{GetDeclTypeSpec()}) { Pre() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp1428 validateUserConstraintOrRewriteReturn(StringRef declType,ast::CompoundStmt * body,ArrayRef<ast::Stmt * >::iterator bodyIt,ArrayRef<ast::Stmt * >::iterator bodyE,ArrayRef<ast::VariableDecl * > results,ast::Type & resultType) validateUserConstraintOrRewriteReturn() argument
2746 ast::Type declType; createDeclRefExpr() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-integer.cpp1379 declType{base->GetLastSymbol().GetType()}) { FoldOperation() local
H A Dtools.cpp1791 if (const DeclTypeSpec *declType = symbol.GetType()) { IsBuiltinCPtr() local
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp1823 if (const Fortran::semantics::DeclTypeSpec *declType = sym.GetType()) gen() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp161 IsStringInit(Expr * init,QualType declType,ASTContext & Context) IsStringInit() argument