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

  /external/clang/lib/AST/
Type.cpp 204 if (!isa<ArrayType>(CanonicalType))
395 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
432 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
451 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
600 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
626 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
631 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
639 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
647 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
656 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 358 const Type *CanonicalType = // root of the typedef tree
360 TypeAliases[CanonicalType].insert(DeclNode);
590 const Type *const CanonicalType =
593 TypeAliases[CanonicalType];

Completed in 73 milliseconds