Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmtAsm.cpp747 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
DJumpDiagnostics.cpp899 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
DSemaStmt.cpp475 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
DSemaDecl.cpp1625 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp966 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
DSemaStmtAsm.cpp932 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
DSemaStmt.cpp549 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
DSemaDecl.cpp1916 if (L->isMSAsmLabel()) in CheckPoppedLabel()
/external/clang/include/clang/AST/
DDecl.h459 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function
460 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()
/external/llvm-project/clang/include/clang/AST/
DDecl.h500 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function
501 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()