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))
399 if (const ComplexType *CT = dyn_cast<ComplexType>(CanonicalType))
440 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
459 if (const RecordType *RT = dyn_cast<RecordType>(CanonicalType)) {
611 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
637 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
642 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
650 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
658 if (const EnumType *ET = dyn_cast<EnumType>(CanonicalType))
667 if (const BuiltinType *BT = dyn_cast<BuiltinType>(CanonicalType))
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 356 const Type *CanonicalType = // root of the typedef tree
358 TypeAliases[CanonicalType].insert(DeclNode);
589 const Type *const CanonicalType =
592 TypeAliases[CanonicalType];

Completed in 66 milliseconds