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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp384 I = S.ExtVectorDecls.begin(S.getExternalSource()),
385 E = S.ExtVectorDecls.end();
H A DSemaDeclAttr.cpp999 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D));
/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);
H A DASTReader.cpp2995 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I]));
7073 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) {
7075 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
7079 ExtVectorDecls.clear();
/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 413 milliseconds