Home
last modified time | relevance | path

Searched refs:PublicOnly (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-doc/
DSerialize.h41 StringRef File, bool IsFileInRootDir, bool PublicOnly);
44 StringRef File, bool IsFileInRootDir, bool PublicOnly);
47 StringRef File, bool IsFileInRootDir, bool PublicOnly);
50 StringRef File, bool IsFileInRootDir, bool PublicOnly);
53 StringRef File, bool IsFileInRootDir, bool PublicOnly);
DSerialize.cpp233 static bool shouldSerializeInfo(bool PublicOnly, bool IsInAnonymousNamespace, in shouldSerializeInfo() argument
238 return !PublicOnly || in shouldSerializeInfo()
274 static void parseFields(RecordInfo &I, const RecordDecl *D, bool PublicOnly, in parseFields() argument
277 if (!shouldSerializeInfo(PublicOnly, /*IsInAnonymousNamespace=*/false, F)) in parseFields()
436 bool PublicOnly, bool IsParent, in parseBases() argument
459 parseFields(BI, Base, PublicOnly, BI.Access); in parseBases()
483 parseBases(I, Base, IsFileInRootDir, PublicOnly, false, in parseBases()
492 llvm::StringRef File, bool IsFileInRootDir, bool PublicOnly) { in emitInfo() argument
496 if (!shouldSerializeInfo(PublicOnly, IsInAnonymousNamespace, D)) in emitInfo()
518 llvm::StringRef File, bool IsFileInRootDir, bool PublicOnly) { in emitInfo() argument
[all …]
DRepresentation.cpp323 StringRef ProjectName, bool PublicOnly, in ClangDocContext() argument
328 : ECtx(ECtx), ProjectName(ProjectName), PublicOnly(PublicOnly), in ClangDocContext()
DMapper.cpp44 IsFileInRootDir, CDCtx.PublicOnly); in mapDecl()
DRepresentation.h429 bool PublicOnly, StringRef OutDirectory, StringRef SourceRoot,
435 bool PublicOnly; // Indicates if only public declarations are documented. member
/external/llvm-project/clang-tools-extra/clang-doc/tool/
DClangDocMain.cpp70 PublicOnly("public", llvm::cl::desc("Document only public declarations."), variable
213 PublicOnly, in main()