Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp992 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
H A DSemaStmtAsm.cpp974 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
H A DSemaStmt.cpp573 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
H A DSemaDecl.cpp2203 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/openbsd-src/gnu/llvm/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()