Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1334 DeclContext::BuildDeclChain(ArrayRef<Decl *> Decls, in BuildDeclChain() function in DeclContext
1394 BuildDeclChain(Decls, FieldsAlreadyLoaded); in LoadLexicalDeclsFromExternalStorage()
H A DDecl.cpp4732 std::tie(FirstDecl, LastDecl) = DeclContext::BuildDeclChain(Decls, false); in reorderDecls()
4759 std::tie(FirstDecl, LastDecl) = BuildDeclChain(Decls, in LoadFieldsFromExternalStorage()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h1890 BuildDeclChain(ArrayRef<Decl*> Decls, bool FieldsAlreadyLoaded);