Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1552 static bool isDependentOrGNUAutoType(QualType T) { in isDependentOrGNUAutoType() function
1593 } else if (!isDependentOrGNUAutoType(T)) { in BuildQualifiedType()
9786 if (!isDependentOrGNUAutoType(T)) { in BuildAtomicType()