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