Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h346 bool isPublic) in DefInfo()
362 bool isPublic() const { return IsPublic; } in isPublic() function
453 bool isPublic() const { return IsPublic; } in isPublic() function
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp181 Optional<bool> isPublic; in getDefinition() local
H A DPPDirectives.cpp76 bool isPublic) { in AllocateVisibilityMacroDirective()
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dtypeinfo.h217 bool isPublic() const { return flags() & __public_mask; } in isPublic() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h594 const OptionalFlag &isPublic() const { return IsPublic; } in isPublic() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h727 bool isPublic() const { in isPublic() function
1958 bool isPublic() const { in isPublic() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h627 AST_POLYMORPHIC_MATCHER(isPublic, in AST_POLYMORPHIC_MATCHER() argument
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2205 bool isPublic = Record[Idx++]; in resolvePendingMacro() local