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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp181 Optional<bool> isPublic; local
185 !isPublic.hasValue() || isPublic.getValue());
193 if (!isPublic.hasValue())
194 isPublic = VisMD->isPublic();
198 !isPublic.hasValue() || isPublic.getValue());
H A DPPLexerChange.cpp786 if (VisMD->isPublic())
H A DPPDirectives.cpp76 bool isPublic) {
77 return new (BP) VisibilityMacroDirective(Loc, isPublic);
1458 MacroNameTok.getLocation(), /*isPublic=*/true));
1485 MacroNameTok.getLocation(), /*isPublic=*/false));
75 AllocateVisibilityMacroDirective(SourceLocation Loc, bool isPublic) argument
/freebsd-11-stable/contrib/libcxxrt/
H A Dtypeinfo.h217 bool isPublic() const { return flags() & __public_mask; } function in struct:ABI_NAMESPACE::__base_class_type_info
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h346 bool isPublic)
347 : DefDirective(DefDirective), UndefLoc(UndefLoc), IsPublic(isPublic) {}
362 bool isPublic() const { return IsPublic; } function in class:clang::MacroInfo
453 bool isPublic() const { return IsPublic; } function in class:VisibilityMacroDirective
H A DPreprocessor.h2029 bool isPublic);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp128 else if (FS.isPublic())
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h594 const OptionalFlag &isPublic() const { return IsPublic; } function in class:clang::analyze_printf::PrintfSpecifier
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1307 else if (SP->isPublic())
1553 else if (DT->isPublic())
1603 else if (DT->isPublic())
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp398 REGISTER_MATCHER(isPublic);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h648 bool isPublic() const { function in class:llvm::DIType
1750 bool isPublic() const {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h539 /// fieldDecl(isPublic())
541 AST_MATCHER(Decl, isPublic) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8206 if (FS.isPublic().isSet()) {
8209 getLocationOfByte(FS.isPublic().getPosition()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2170 Record.push_back(VisMD->isPublic());
H A DASTReader.cpp2201 bool isPublic = Record[Idx++]; local
2202 MD = PP.AllocateVisibilityMacroDirective(Loc, isPublic);

Completed in 316 milliseconds