Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h164 struct SymbolReference { struct
174 SymbolReference() = default; argument
177 SymbolReference(const APIRecord *R); argument
182 bool empty() const { return Name.empty() && USR.empty() && Source.empty(); } in empty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp25 SymbolReference::SymbolReference(const APIRecord *R) in SymbolReference() function in SymbolReference