Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp369 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
370 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
HDSemaDeclAttr.cpp1034 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp4170 RecordData ExtVectorDecls; in WriteASTCore() local
4171 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
4480 if (!ExtVectorDecls.empty()) in WriteASTCore()
4481 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteASTCore()
HDASTReader.cpp2818 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()
7101 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
7103 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
7107 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h722 SmallVector<uint64_t, 4> ExtVectorDecls; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h443 ExtVectorDeclsType ExtVectorDecls; variable