Home
last modified time | relevance | path

Searched defs:isPublic (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h372 bool isPublic) in DefInfo() argument
388 bool isPublic() const { return IsPublic; } in isPublic() function
479 bool isPublic() const { return IsPublic; } in isPublic() function
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp201 std::optional<bool> isPublic; in getDefinition() local
H A DPPDirectives.cpp79 AllocateVisibilityMacroDirective(SourceLocation Loc,bool isPublic) AllocateVisibilityMacroDirective() argument
/freebsd-src/contrib/libcxxrt/
H A Dtypeinfo.h217 bool isPublic() const { return flags() & __public_mask; } in isPublic() function
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h605 const OptionalFlag &isPublic() const { return IsPublic; } isPublic() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h772 bool isPublic() const { isPublic() function
1763 bool isPublic() const { isPublic() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h631 AST_POLYMORPHIC_MATCHER(isPublic, in AST_POLYMORPHIC_MATCHER() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2371 bool isPublic = Record[Idx++]; resolvePendingMacro() local