Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1455 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain() function in DeclContext
1515 BuildDeclChain(Decls, FieldsAlreadyLoaded); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp5044 std::tie(FirstDecl, LastDecl) = DeclContext::BuildDeclChain(Decls, false); in reorderDecls()
5072 BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2058 BuildDeclChain(ArrayRef<Decl*> Decls, bool FieldsAlreadyLoaded);