Searched refs:AddLazyVectorDecls (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4143 static void AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, in AddLazyVectorDecls() function 4201 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore() 4206 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls, in WriteASTCore() 4213 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls); in WriteASTCore() 4230 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4403 static void AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, in AddLazyVectorDecls() function 4463 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore() 4468 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls, in WriteASTCore() 4475 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls); in WriteASTCore() 4492 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
|