Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2702 bool AllowPiMismatch = true);
2704 bool AllowPiMismatch = true);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6503 bool AllowPiMismatch) { in UnwrapSimilarArrayTypes() argument
6521 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6526 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6554 bool AllowPiMismatch) { in UnwrapSimilarTypes() argument
6555 UnwrapSimilarArrayTypes(T1, T2, AllowPiMismatch); in UnwrapSimilarTypes()