Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp582 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2254 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local
H A DParseDeclCXX.cpp2716 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local
H A DParseDecl.cpp2608 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1967 Expr *AsmLabel; variable