Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1249 if (SP->isProtected()) in applySubprogramAttributes()
1480 if (DT->isProtected()) in constructMemberDIE()
1531 if (DT->isProtected()) in getOrCreateStaticMemberDIE()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp380 REGISTER_MATCHER(isProtected); in RegistryMaps()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h692 bool isProtected() const {
1795 bool isProtected() const {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h564 AST_MATCHER(Decl, isProtected) { in AST_MATCHER() argument