Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DMacroInfo.h369 bool isPublic) in DefInfo()
385 bool isPublic() const { return IsPublic; } in isPublic() function
476 bool isPublic() const { return IsPublic; } in isPublic() function
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp201 std::optional<bool> isPublic; in getDefinition() local
H A DPPDirectives.cpp77 bool isPublic) { in AllocateVisibilityMacroDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h607 const OptionalFlag &isPublic() const { return IsPublic; } in isPublic() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h761 bool isPublic() const { in isPublic() function
1999 bool isPublic() const { in isPublic() function
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h630 AST_POLYMORPHIC_MATCHER(isPublic, in AST_POLYMORPHIC_MATCHER() argument
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2229 bool isPublic = Record[Idx++]; in resolvePendingMacro() local