Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp417 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
418 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
H A DSemaDeclAttr.cpp1298 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4409 RecordData ExtVectorDecls; in WriteASTCore() local
4410 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
4741 if (!ExtVectorDecls.empty()) in WriteASTCore()
4742 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteASTCore()
H A DASTReader.cpp3464 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()
8314 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
8316 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
8320 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h819 SmallVector<serialization::DeclID, 4> ExtVectorDecls; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h817 ExtVectorDeclsType ExtVectorDecls; variable