Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp497 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
498 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
H A DSemaDeclAttr.cpp1168 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5660 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls); in PrepareWritingSpecialDecls()
5770 RecordData ExtVectorDecls; in WriteSpecialDeclRecords() local
5771 AddLazyVectorEmiitedDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteSpecialDeclRecords()
5772 if (!ExtVectorDecls.empty()) in WriteSpecialDeclRecords()
5773 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteSpecialDeclRecords()
H A DASTReader.cpp3975 ExtVectorDecls.push_back(ReadDeclID(F, Record, I)); in ReadASTBlock()
9329 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
9331 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
9335 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h962 SmallVector<GlobalDeclID, 4> ExtVectorDecls; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4855 ExtVectorDeclsType ExtVectorDecls; variable