Searched refs:AddLazyVectorDecls (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 3835 static void AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, in AddLazyVectorDecls() function 3913 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions); in WriteASTCore() 3918 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls, in WriteASTCore() 3925 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls); in WriteASTCore() 3958 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore() 3972 AddLazyVectorDecls(*this, SemaRef.DynamicClasses, DynamicClasses); in WriteASTCore()
|