Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp420 I = S.ExtVectorDecls.begin(S.getExternalSource()), in CheckExtVectorComponent()
421 E = S.ExtVectorDecls.end(); in CheckExtVectorComponent()
H A DSemaDeclAttr.cpp1395 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D)); in handleExtVectorTypeAttr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4611 RecordData ExtVectorDecls; in WriteASTCore() local
4612 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls); in WriteASTCore()
4943 if (!ExtVectorDecls.empty()) in WriteASTCore()
4944 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls); in WriteASTCore()
H A DASTReader.cpp3506 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I])); in ReadASTBlock()
8391 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) { in ReadExtVectorDecls()
8393 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I])); in ReadExtVectorDecls()
8397 ExtVectorDecls.clear(); in ReadExtVectorDecls()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h820 SmallVector<serialization::DeclID, 4> ExtVectorDecls; variable
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h831 ExtVectorDeclsType ExtVectorDecls; variable