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.cpp496 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
497 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
H A DSemaDeclAttr.cpp1150 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5103 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls); in PrepareWritingSpecialDecls()
5211 RecordData ExtVectorDecls; in WriteSpecialDeclRecords() local
5212 AddLazyVectorEmiitedDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteSpecialDeclRecords()
5213 if (!ExtVectorDecls.empty()) in WriteSpecialDeclRecords()
5214 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteSpecialDeclRecords()
H A DASTReader.cpp3695 ExtVectorDecls.push_back(ReadDeclID(F, Record, I)); in ReadASTBlock()
8743 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
8745 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
8749 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h854 SmallVector<GlobalDeclID, 4> ExtVectorDecls; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4469 ExtVectorDeclsType ExtVectorDecls; variable