HomeSort by relevance Sort by last modified time
    Searched refs:isMSAsmLabel (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Sema/
SemaStmtAsm.cpp 629 if (Label->isMSAsmLabel()) {
JumpDiagnostics.cpp     [all...]
SemaStmt.cpp 464 if (!TheDecl->isMSAsmLabel()) {
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 386 bool isMSAsmLabel() const { return MSAsmName.size() != 0; }
387 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; }
    [all...]

Completed in 59 milliseconds