Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp629 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
DJumpDiagnostics.cpp843 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
DSemaStmt.cpp464 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
DSemaDecl.cpp1566 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/external/clang/include/clang/AST/
DDecl.h386 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function
387 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()