Searched refs:ParseSimpleAsm (Results 1 – 5 of 5) sorted by relevance
889 ExprResult Result(ParseSimpleAsm(/*ForAsmLabel*/ false, &EndLoc)); in ParseExternalDeclaration()1640 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() function in Parser
2147 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition()
2507 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer()
2281 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator()
1631 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);