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.h157 struct SymbolReference { struct
167 SymbolReference() = default; argument
170 SymbolReference(const APIRecord *R); argument
175 bool empty() const { return Name.empty() && USR.empty() && Source.empty(); } in empty()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp23 SymbolReference::SymbolReference(const APIRecord *R) in SymbolReference() function in SymbolReference