Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h23 struct DeclOccurrence { struct
30 DeclOccurrence(SymbolRoleSet R, unsigned Offset, const Decl *D, in DeclOccurrence() argument
34 DeclOccurrence(SymbolRoleSet R, unsigned Offset, const IdentifierInfo *Name, in DeclOccurrence() function
38 friend bool operator<(const DeclOccurrence &LHS, const DeclOccurrence &RHS) {
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp19 ArrayRef<DeclOccurrence>
23 [](const DeclOccurrence &A, const DeclOccurrence &B) { in getDeclOccurrencesSortedByOffset()
48 llvm::erase_if(Decls, [](const DeclOccurrence &D) { in removeHeaderGuardMacros()
H A DFileIndexRecord.h31 mutable std::vector<DeclOccurrence> Decls;
36 ArrayRef<DeclOccurrence> getDeclOccurrencesSortedByOffset() const;