Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1577 ExprResult Parser::ParseAsmStringLiteral(bool ForAsmLabel) { in ParseAsmStringLiteral() argument
1593 if (ForAsmLabel && SL->getString().empty()) { in ParseAsmStringLiteral()
1607 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() argument
1627 ExprResult Result(ParseAsmStringLiteral(ForAsmLabel)); in ParseSimpleAsm()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1612 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);
1613 ExprResult ParseAsmStringLiteral(bool ForAsmLabel);