Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp1007 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
H A DSemaStmtAsm.cpp976 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
H A DSemaStmt.cpp597 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
H A DSemaDecl.cpp2169 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h533 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
534 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()