Searched refs:isPublic (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DMacroInfo.cpp131 Optional<bool> isPublic; local
138 !isPublic.hasValue() || isPublic.getValue());
146 if (!isPublic.hasValue())
147 isPublic = VisMD->isPublic();
H A DPPDirectives.cpp94 bool isPublic) {
96 new (MD) VisibilityMacroDirective(Loc, isPublic);
93 AllocateVisibilityMacroDirective(SourceLocation Loc, bool isPublic) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h404 bool isPublic)
405 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) { }
419 bool isPublic() const { return IsPublic; } function in class:clang::MacroInfo
520 bool isPublic() const { return IsPublic; } function in class:VisibilityMacroDirective
H A DPreprocessor.h1296 bool isPublic);
/freebsd-9.3-release/contrib/libcxxrt/
H A Dtypeinfo.h217 bool isPublic() const { return flags() & __public_mask; } function in struct:ABI_NAMESPACE::__base_class_type_info
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp227 REGISTER_MATCHER(isPublic);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1964 Record.push_back(VisMD->isPublic());
2991 Optional<bool> isPublic; local
2999 isPublic = Optional<bool>();
3005 isPublic = Optional<bool>();
3014 if (!isUndefined && (!isPublic.hasValue() || isPublic.getValue()))
3025 if (!isPublic.hasValue())
3026 isPublic = VisMD->isPublic();
H A DASTReader.cpp1573 bool isPublic = Record[Idx++]; local
1574 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h276 /// fieldDecl(isPublic())
278 AST_MATCHER(Decl, isPublic) {

Completed in 255 milliseconds