Home
last modified time | relevance | path

Searched refs:typeArgsAreCanonical (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp3752 bool typeArgsAreCanonical = std::all_of(effectiveTypeArgs.begin(), in getObjCObjectType() local
3758 if (!typeArgsAreCanonical || !protocolsSorted || !baseType.isCanonical()) { in getObjCObjectType()
3762 if (!typeArgsAreCanonical) { in getObjCObjectType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5041 bool typeArgsAreCanonical = std::all_of(effectiveTypeArgs.begin(), in getObjCObjectType() local
5047 if (!typeArgsAreCanonical || !protocolsSorted || !baseType.isCanonical()) { in getObjCObjectType()
5051 if (!typeArgsAreCanonical) { in getObjCObjectType()