Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp862 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
H A DJumpDiagnostics.cpp911 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
H A DSemaStmt.cpp506 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
H A DSemaDecl.cpp1793 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h503 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
504 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()