Home
last modified time | relevance | path

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

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