Home
last modified time | relevance | path

Searched refs:ParseSimpleAsm (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Parse/
DParser.cpp889 ExprResult Result(ParseSimpleAsm(/*ForAsmLabel*/ false, &EndLoc)); in ParseExternalDeclaration()
1640 ExprResult Parser::ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc) { in ParseSimpleAsm() function in Parser
DParseExprCXX.cpp2147 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition()
DParseDeclCXX.cpp2507 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer()
DParseDecl.cpp2281 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator()
/openbsd/src/gnu/llvm/clang/include/clang/Parse/
DParser.h1631 ExprResult ParseSimpleAsm(bool ForAsmLabel, SourceLocation *EndLoc);