Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2594 bool AllowPiMismatch = true);
2596 bool AllowPiMismatch = true);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5996 bool AllowPiMismatch) { in UnwrapSimilarArrayTypes() argument
6014 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6019 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6047 bool AllowPiMismatch) { in UnwrapSimilarTypes() argument
6048 UnwrapSimilarArrayTypes(T1, T2, AllowPiMismatch); in UnwrapSimilarTypes()