Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DYamlSymbolIndex.cpp24 llvm::ErrorOr<std::unique_ptr<YamlSymbolIndex>>
25 YamlSymbolIndex::createFromFile(llvm::StringRef FilePath) { in createFromFile()
30 return std::unique_ptr<YamlSymbolIndex>(new YamlSymbolIndex( in createFromFile()
34 llvm::ErrorOr<std::unique_ptr<YamlSymbolIndex>>
35 YamlSymbolIndex::createFromDirectory(llvm::StringRef Directory, in createFromDirectory()
50 YamlSymbolIndex::search(llvm::StringRef Identifier) { in search()
DYamlSymbolIndex.h22 class YamlSymbolIndex : public SymbolIndex {
25 static llvm::ErrorOr<std::unique_ptr<YamlSymbolIndex>>
28 static llvm::ErrorOr<std::unique_ptr<YamlSymbolIndex>>
35 explicit YamlSymbolIndex( in YamlSymbolIndex() function
DCMakeLists.txt11 YamlSymbolIndex.cpp
/external/llvm-project/clang-tools-extra/clang-include-fixer/plugin/
DIncludeFixerPlugin.cpp66 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> SymbolIdx( in ParseArgs()
70 SymbolIdx = include_fixer::YamlSymbolIndex::createFromFile(Input); in ParseArgs()
76 SymbolIdx = include_fixer::YamlSymbolIndex::createFromDirectory( in ParseArgs()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-include-fixer/
DBUILD.gn24 "YamlSymbolIndex.cpp",
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp194 llvm::ErrorOr<std::unique_ptr<include_fixer::YamlSymbolIndex>> DB( in createSymbolIndexManager()
197 DB = include_fixer::YamlSymbolIndex::createFromFile(Input); in createSymbolIndexManager()
204 DB = include_fixer::YamlSymbolIndex::createFromDirectory( in createSymbolIndexManager()