Searched refs:PublicOnly (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | Serialize.h | 41 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);
|
D | Serialize.cpp | 233 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 …]
|
D | Representation.cpp | 323 StringRef ProjectName, bool PublicOnly, in ClangDocContext() argument 328 : ECtx(ECtx), ProjectName(ProjectName), PublicOnly(PublicOnly), in ClangDocContext()
|
D | Mapper.cpp | 44 IsFileInRootDir, CDCtx.PublicOnly); in mapDecl()
|
D | Representation.h | 429 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/ |
D | ClangDocMain.cpp | 70 PublicOnly("public", llvm::cl::desc("Document only public declarations."), variable 213 PublicOnly, in main()
|