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

/external/clang/lib/Serialization/
H A DASTWriter.cpp3807 static void AddLazyVectorDecls(ASTWriter &Writer, Vector &Vec, function
3885 AddLazyVectorDecls(*this, SemaRef.TentativeDefinitions, TentativeDefinitions);
3890 AddLazyVectorDecls(*this, SemaRef.UnusedFileScopedDecls,
3897 AddLazyVectorDecls(*this, SemaRef.DelegatingCtorDecls, DelegatingCtorDecls);
3930 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
3944 AddLazyVectorDecls(*this, SemaRef.DynamicClasses, DynamicClasses);

Completed in 70 milliseconds