Home
last modified time | relevance | path

Searched defs:isPrivate (Results 1 – 10 of 10) sorted by relevance

/llvm-project/bolt/lib/Passes/
H A DReorderData.cpp410 auto isPrivate = [&](const BinaryData *BD) { in markUnmoveableSymbols() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOwnershipBasedBufferDeallocation.cpp828 bool isPrivate = false; in handleInterface() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DRecord.cpp452 bool PragmaIncludes::isPrivate(const FileEntry *FE) const { in isPrivate() function in clang::include_cleaner::PragmaIncludes
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h358 bool isPrivate() const { return properties & Private; } isPrivate() function
/llvm-project/clang/include/clang/AST/
H A DFormatString.h617 const OptionalFlag &isPrivate() const { return IsPrivate; } in isPrivate() function
/llvm-project/lld/COFF/
H A DConfig.h63 bool isPrivate = false; global() member
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h767 bool isPrivate() const { isPrivate() function
1815 bool isPrivate() const { isPrivate() function
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp277 bool isPrivate() const { return (Segment == HSA_AMD_SEGMENT_PRIVATE); } isPrivate() function
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp4600 CheckAccessibility(const SourceName & name,bool isPrivate,Symbol & symbol) CheckAccessibility() argument
5935 bool isPrivate{accessSpec ? accessSpec->v == parser::AccessSpec::Kind::Private Pre() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h676 AST_POLYMORPHIC_MATCHER(isPrivate, in AST_POLYMORPHIC_MATCHER() argument