Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1610 ExprResult Parser::ParseAsmStringLiteral(bool ForAsmLabel) { in ParseAsmStringLiteral() argument
1626 if (ForAsmLabel && SL->getString().empty()) { in ParseAsmStringLiteral()
1640 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() argument
1660 ExprResult Result(ParseAsmStringLiteral(ForAsmLabel)); in ParseSimpleAsm()
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h1631 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);
1632 ExprResult ParseAsmStringLiteral(bool ForAsmLabel);