Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp370 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
371 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
H A DSemaDeclAttr.cpp1028 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4351 RecordData ExtVectorDecls; in WriteASTCore() local
4352 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
4646 if (!ExtVectorDecls.empty()) in WriteASTCore()
4647 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteASTCore()
H A DASTReader.cpp3047 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()
7231 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
7233 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
7237 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h754 SmallVector<uint64_t, 4> ExtVectorDecls; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h383 ExtVectorDeclsType ExtVectorDecls; variable