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

  /external/clang/lib/Serialization/
ASTCommon.h 32 TypeIdx TypeIdxFromBuiltin(const BuiltinType *BT);
51 return TypeIdx(PREDEF_TYPE_AUTO_DEDUCT).asTypeID(FastQuals);
53 return TypeIdx(PREDEF_TYPE_AUTO_RREF_DEDUCT).asTypeID(FastQuals);
ASTCommon.cpp 24 serialization::TypeIdx
64 return TypeIdx(ID);
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTDeserializationListener.h 42 virtual void TypeRead(serialization::TypeIdx Idx, QualType T) { }
ASTBitCodes.h 85 class TypeIdx {
88 TypeIdx() : Idx(0) { }
89 explicit TypeIdx(uint32_t index) : Idx(index) { }
98 static TypeIdx fromTypeID(TypeID ID) {
100 return TypeIdx(-1);
102 return TypeIdx(ID >> Qualifiers::FastWidth);
    [all...]
ASTWriter.h 83 typedef llvm::DenseMap<QualType, serialization::TypeIdx,
464 serialization::TypeIdx GetOrCreateTypeIdx( QualType T);
467 serialization::TypeIdx getTypeIdx(QualType T) const;
611 void TypeRead(serialization::TypeIdx Idx, QualType T);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 37 virtual void TypeRead(serialization::TypeIdx Idx, QualType T);
64 serialization::TypeIdx Idx, QualType T) {
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 159 milliseconds