Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1522 ExprResult Parser::ParseAsmStringLiteral(bool ForAsmLabel) { in ParseAsmStringLiteral() argument
1538 if (ForAsmLabel && SL->getString().empty()) { in ParseAsmStringLiteral()
1552 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() argument
1572 ExprResult Result(ParseAsmStringLiteral(ForAsmLabel)); in ParseSimpleAsm()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1596 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);
1597 ExprResult ParseAsmStringLiteral(bool ForAsmLabel);