Searched defs:AsmLabel (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/tools/driver/ | ||
H A D | cc1as_main.cpp | 555 MCSection *AsmLabel = Ctx.getMachOSection( ExecuteAssemblerImpl() local |
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseExprCXX.cpp | 2155 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); ParseCXXCondition() local |
H A D | ParseDeclCXX.cpp | 2548 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); ParseCXXMemberDeclaratorBeforeInitializer() local |
H A D | ParseDecl.cpp | 2420 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); ParseAsmAttributesAfterDeclarator() local |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ | ||
H A D | DeclSpec.h | 1908 Expr *AsmLabel; global() variable |