Home
last modified time | relevance | path

Searched defs:AsmLabel (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp546 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp2147 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local
H A DParseDeclCXX.cpp2507 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local
H A DParseDecl.cpp2281 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1892 Expr *AsmLabel; variable