Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local
H A DParseDeclCXX.cpp2369 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local
H A DParseDecl.cpp2166 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1857 Expr *AsmLabel; variable