Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp743 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
DJumpDiagnostics.cpp845 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
DSemaStmt.cpp474 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
DSemaDecl.cpp1583 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/external/clang/include/clang/AST/
DDecl.h389 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function
390 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()