Home
last modified time | relevance | path

Searched defs:isDeleted (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DVariableEditor.java86 public boolean isDeleted(int instructionOffset) in isDeleted() method in VariableEditor
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp698 bool isDeleted = false; in GetItemPath2() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h2941 AST_MATCHER(FunctionDecl, isDeleted) { in AST_MATCHER() argument
/external/clang/include/clang/AST/
DDecl.h1873 bool isDeleted() const { return getCanonicalDecl()->IsDeleted; } in isDeleted() function