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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp367 I = S.ExtVectorDecls.begin(S.getExternalSource()),
368 E = S.ExtVectorDecls.end();
H A DSemaDeclAttr.cpp1257 S.ExtVectorDecls.push_back(TD);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h665 SmallVector<uint64_t, 4> ExtVectorDecls; member in class:clang::ASTReader
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3957 RecordData ExtVectorDecls; local
3958 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
4217 if (!ExtVectorDecls.empty())
4218 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls);
H A DASTReader.cpp2481 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I]));
6413 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) {
6415 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
6419 ExtVectorDecls.clear();
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h304 /// ExtVectorDecls - This is a list all the extended vector types. This allows
307 ExtVectorDeclsType ExtVectorDecls; member in class:clang::Sema

Completed in 223 milliseconds