Home
last modified time | relevance | path

Searched defs:isMSAsmLabel (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h459 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h500 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function