Home
last modified time | relevance | path

Searched defs:addDeclaration (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/utils/ABITest/
H A DABITestGen.py81 def addDeclaration(self, decl): member in TypePrinter
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp985 const Symbol *SymbolCollector::addDeclaration(const NamedDecl &ND, SymbolID ID, addDeclaration() function in clang::clangd::SymbolCollector