Searched refs:IsFileInRootDir (Results 1 – 7 of 7) 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 | Mapper.cpp | 39 bool IsFileInRootDir; in mapDecl() local 41 getFile(D, D->getASTContext(), CDCtx.SourceRoot, IsFileInRootDir); in mapDecl() 44 IsFileInRootDir, CDCtx.PublicOnly); in mapDecl() 95 bool &IsFileInRootDir) const { in getFile() 99 IsFileInRootDir = false; in getFile() 102 IsFileInRootDir = true; in getFile()
|
D | Serialize.cpp | 406 bool IsFileInRootDir, in populateSymbolInfo() argument 410 I.DefLoc.emplace(LineNumber, Filename, IsFileInRootDir); in populateSymbolInfo() 412 I.Loc.emplace_back(LineNumber, Filename, IsFileInRootDir); in populateSymbolInfo() 417 StringRef Filename, bool IsFileInRootDir, in populateFunctionInfo() argument 419 populateSymbolInfo(I, D, FC, LineNumber, Filename, IsFileInRootDir, in populateFunctionInfo() 435 parseBases(RecordInfo &I, const CXXRecordDecl *D, bool IsFileInRootDir, in parseBases() argument 473 /*FileName=*/{}, IsFileInRootDir, in parseBases() 483 parseBases(I, Base, IsFileInRootDir, PublicOnly, false, in parseBases() 492 llvm::StringRef File, bool IsFileInRootDir, bool PublicOnly) { in emitInfo() argument 518 llvm::StringRef File, bool IsFileInRootDir, bool PublicOnly) { in emitInfo() argument [all …]
|
D | Representation.h | 219 Location(int LineNumber, SmallString<16> Filename, bool IsFileInRootDir) in Location() 221 IsFileInRootDir(IsFileInRootDir) {} in Location() 239 bool IsFileInRootDir = false; // Indicates if file is inside root directory member
|
D | Mapper.h | 49 bool &IsFileInRootDir) const;
|
D | BitcodeWriter.cpp | 335 Record.push_back(Loc.IsFileInRootDir); in emitRecord()
|
D | HTMLGenerator.cpp | 439 if (!L.IsFileInRootDir || !RepositoryUrl) in writeFileDefinition()
|