Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2615 bool AllowPiMismatch = true);
2617 bool AllowPiMismatch = true);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6057 bool AllowPiMismatch) { in UnwrapSimilarArrayTypes() argument
6075 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6080 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6108 bool AllowPiMismatch) { in UnwrapSimilarTypes() argument
6109 UnwrapSimilarArrayTypes(T1, T2, AllowPiMismatch); in UnwrapSimilarTypes()