HomeSort by relevance Sort by last modified time
    Searched refs:ExtVectorDecls (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 359 for (unsigned i = 0, E = S.ExtVectorDecls.size(); i != E; ++i) {
360 if (S.ExtVectorDecls[i]->getUnderlyingType() == VT)
361 return S.Context.getTypedefType(S.ExtVectorDecls[i]);
    [all...]
SemaDeclAttr.cpp 254 S.ExtVectorDecls.push_back(tDecl);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 646 llvm::SmallVector<uint64_t, 4> ExtVectorDecls;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 237 /// ExtVectorDecls - This is a list all the extended vector types. This allows
240 llvm::SmallVector<TypedefNameDecl*, 24> ExtVectorDecls;
    [all...]

Completed in 25 milliseconds