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

/external/clang/lib/AST/
H A DASTContext.cpp3752 bool typeArgsAreCanonical = std::all_of(effectiveTypeArgs.begin(), local
3758 if (!typeArgsAreCanonical || !protocolsSorted || !baseType.isCanonical()) {
3762 if (!typeArgsAreCanonical) {

Completed in 74 milliseconds