Searched refs:AddLazyVectorDecls (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTWriter.cpp3991 static void AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, function
4078 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions);
4083 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls,
4090 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls);
4123 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
4137 AddLazyVectorDecls(*this, SemaRef.DynamicClasses, DynamicClasses);

Completed in 44 milliseconds