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/IR/
ConstantsContext.h 411 template<class ConstantClass, class TypeClass, class ValType>
413 static ConstantClass *create(TypeClass *Ty, const ValType &V) {
418 template<class ConstantClass, class TypeClass>
420 static ConstantClass *create(TypeClass *Ty, ArrayRef<Constant*> V) {
513 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
517 typedef std::pair<TypeClass*, ValType> MapKey;
568 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
579 ConstantClass *Create(TypeClass *Ty, ValRefType V,
582 ConstantCreator<ConstantClass,TypeClass,ValType>::create(Ty, V);
596 ConstantClass *getOrCreate(TypeClass *Ty, ValRefType V)
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 29 template<class ValType, class ValRefType, class TypeClass, class ConstantClass,
32 template<class ConstantClass, class TypeClass, class ValType>
Constants.h 40 template<class ConstantClass, class TypeClass, class ValType>
42 template<class ConstantClass, class TypeClass>
44 template<class ConstantClass, class TypeClass>
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 70 /// The kinds of TypeLocs. Equivalent to the Type::TypeClass enum,
287 /// \tparam TypeClass the concrete Type subclass associated with this
309 template <class Base, class Derived, class TypeClass, class LocalData>
323 return TypeClass::classof(Ty);
343 const TypeClass *getTypePtr() const {
344 return cast<TypeClass>(Base::getTypePtr());
421 template <class Base, class Derived, class TypeClass>
425 return TypeClass::classof(Ty);
437 const TypeClass *getTypePtr() const {
438 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 306 SimplifiedTypeClass TypeClass;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 392 CachedResult.TypeClass = STC_Void;
397 CachedResult.TypeClass = getSimplifiedTypeClass(CanUsageType);
449 CachedResult.TypeClass = STC_Void;
487 CachedResult.TypeClass = STC_Void;
    [all...]
  /external/clang/lib/AST/
Type.cpp 183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
    [all...]
TypePrinter.cpp 162 Type::TypeClass TC = T->getTypeClass();
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 381 Type::TypeClass TC = T1->getTypeClass();
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 477 milliseconds