Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1915 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h504 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
505 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()