Home
last modified time | relevance | path

Searched defs:ParseKind (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.cpp100 using ParseKind = parser::ConnectSpec::CharExpr::Kind; in Enter() typedef
312 using ParseKind = parser::InquireSpec::CharVar::Kind; in Enter() typedef
400 using ParseKind = parser::InquireSpec::IntVar::Kind; in Enter() typedef
428 using ParseKind = parser::InquireSpec::LogVar::Kind; in Enter() typedef
468 using ParseKind = parser::IoControlSpec::CharExpr::Kind; in Enter() typedef
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp675 ExprResult Parser::ParseCastExpression(CastParseKind ParseKind, in ParseCastExpression()
912 ExprResult Parser::ParseCastExpression(CastParseKind ParseKind, in ParseCastExpression()