Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp987 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
H A DSemaStmtAsm.cpp947 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
H A DSemaStmt.cpp556 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
H A DSemaDecl.cpp1963 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h530 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
531 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()