Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2579 bool AllowPiMismatch = true);
2581 bool AllowPiMismatch = true);
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6045 bool AllowPiMismatch) { in UnwrapSimilarArrayTypes() argument
6063 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6068 (AllowPiMismatch && getLangOpts().CPlusPlus20 && in UnwrapSimilarArrayTypes()
6096 bool AllowPiMismatch) { in UnwrapSimilarTypes() argument
6097 UnwrapSimilarArrayTypes(T1, T2, AllowPiMismatch); in UnwrapSimilarTypes()