HomeSort by: relevance | last modified time | path
    Searched refs:ExtVectorDecls (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 417 I = S.ExtVectorDecls.begin(S.getExternalSource()),
418 E = S.ExtVectorDecls.end();
SemaDeclAttr.cpp 1298 S.ExtVectorDecls.push_back(cast<TypedefNameDecl>(D));
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 4409 RecordData ExtVectorDecls;
4410 AddLazyVectorDecls(*this, SemaRef.ExtVectorDecls, ExtVectorDecls);
4741 if (!ExtVectorDecls.empty())
4742 Stream.EmitRecord(EXT_VECTOR_DECLS, ExtVectorDecls);
ASTReader.cpp 3464 ExtVectorDecls.push_back(getGlobalDeclID(F, Record[I]));
8314 for (unsigned I = 0, N = ExtVectorDecls.size(); I != N; ++I) {
8316 = dyn_cast_or_null<TypedefNameDecl>(GetDecl(ExtVectorDecls[I]));
8320 ExtVectorDecls.clear();
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 819 SmallVector<serialization::DeclID, 4> ExtVectorDecls;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 814 /// ExtVectorDecls - This is a list all the extended vector types. This allows
817 ExtVectorDeclsType ExtVectorDecls;

Completed in 122 milliseconds