Searched defs:ExtVectorDecls (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTReader.h731 SmallVector<uint64_t, 4> ExtVectorDecls; member in class:clang::ASTReader
/external/clang/lib/Serialization/
H A DASTWriter.cpp4122 RecordData ExtVectorDecls; local
4123 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
4397 if (!ExtVectorDecls.empty())
4398 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls);
/external/clang/include/clang/Sema/
H A DSema.h376 /// ExtVectorDecls - This is a list all the extended vector types. This allows
379 ExtVectorDeclsType ExtVectorDecls; member in class:clang::Sema

Completed in 58 milliseconds