Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbols.cpp46 std::vector<SymbolInfo::Context> GetContexts(const NamedDecl *ND) { in GetContexts() function
111 return SymbolInfo(ND->getNameAsString(), Type, FilePath, GetContexts(ND)); in CreateSymbolInfo()