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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp949 if (GS->getLabel()->isMSAsmLabel()) {
H A DSemaStmtAsm.cpp932 if (Label->isMSAsmLabel()) {
H A DSemaStmt.cpp546 if (!TheDecl->isMSAsmLabel()) {
H A DSemaDecl.cpp1903 if (L->isMSAsmLabel())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h485 bool isMSAsmLabel() const { return !MSAsmName.empty(); } function in class:clang::LabelDecl
486 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; }

Completed in 227 milliseconds