Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1280 if (SP->isProtected()) in applySubprogramAttributes()
1636 if (DT->isProtected()) in constructMemberDIE()
1687 if (DT->isProtected()) in getOrCreateStaticMemberDIE()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp434 REGISTER_MATCHER(isProtected); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h724 bool isProtected() const { in isProtected() function
1957 bool isProtected() const { in isProtected() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h649 AST_POLYMORPHIC_MATCHER(isProtected, in AST_POLYMORPHIC_MATCHER() argument