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

  /external/clang/include/clang/Sema/
LocInfoType.h 39 : Type((TypeClass)LocInfo, ty, ty->isDependentType(),
44 assert(getTypeClass() == (TypeClass)LocInfo && "LocInfo didn't fit in TC?");
56 return T->getTypeClass() == (TypeClass)LocInfo;
  /external/llvm/lib/VMCore/
ConstantsContext.h 406 template<class ConstantClass, class TypeClass, class ValType>
408 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
413 template<class ConstantClass, class TypeClass>
415 static ConstantClass *create(TypeClass *Ty, ArrayRef<Constant*> V) {
506 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
510 typedef std::pair<TypeClass*, ValType> MapKey;
561 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
572 ConstantClass *Create(TypeClass *Ty, ValRefType V,
575 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);
589 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V)
    [all...]
  /external/llvm/include/llvm/
InlineAsm.h 29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
32 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 39 template<class ConstantClass, class TypeClass, class ValType>
41 template<class ConstantClass, class TypeClass>
43 template<class ConstantClass, class TypeClass>
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 47 /// The kinds of TypeLocs. Equivalent to the Type::TypeClass enum,
255 /// \param TypeClass the concrete Type subclass associated with this
280 template <class Base, class Derived, class TypeClass, class LocalData>
297 return TypeClass::classof(Ty);
314 const TypeClass *getTypePtr() const {
315 return cast<TypeClass>(Base::getTypePtr());
370 template <class Base, class Derived, class TypeClass>
374 return TypeClass::classof(Ty);
387 const TypeClass *getTypePtr() const {
388 return cast<TypeClass>(Base::getTypePtr())
    [all...]
Type.h     [all...]
CanonicalType.h 249 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type::TypeClass, getTypeClass)
  /external/clang/include/clang/Frontend/
ASTUnit.h 296 SimplifiedTypeClass TypeClass;
  /external/clang/lib/Frontend/
ASTUnit.cpp 379 CachedResult.TypeClass = STC_Void;
384 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
435 CachedResult.TypeClass = STC_Void;
472 CachedResult.TypeClass = STC_Void;
    [all...]
  /external/clang/lib/AST/
Type.cpp 162 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
    [all...]
TypePrinter.cpp 99 Type::TypeClass TC = T->getTypeClass();
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 395 Type::TypeClass TC = T1->getTypeClass();
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 349 milliseconds