Home
last modified time | relevance | path

Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp992 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
H A DSemaStmtAsm.cpp957 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
H A DSemaStmt.cpp573 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
H A DSemaDecl.cpp2160 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h528 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
529 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()