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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp375 I = S.ExtVectorDecls.begin(S.ExternalSource),
376 E = S.ExtVectorDecls.end();
H A DSemaDeclAttr.cpp956 S.ExtVectorDecls.push_back(tDecl);
/external/clang/include/clang/Serialization/
H A DASTReader.h506 SmallVector<uint64_t, 4> ExtVectorDecls; member in class:clang::ASTReader
/external/clang/lib/Serialization/
H A DASTWriter.cpp3312 RecordData ExtVectorDecls; local
3313 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
3540 if (!ExtVectorDecls.empty())
3541 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls);
H A DASTReader.cpp2189 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I]));
5490 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) {
5492 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
5496 ExtVectorDecls.clear();
/external/clang/include/clang/Sema/
H A DSema.h260 /// ExtVectorDecls - This is a list all the extended vector types. This allows
263 ExtVectorDeclsType ExtVectorDecls; member in class:clang::Sema

Completed in 253 milliseconds