Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2018 bool CompareUnqualified = false); // C99 6.2.7p1
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6855 bool CompareUnqualified) { in typesAreCompatible() argument
6859 return !mergeTypes(LHS, RHS, false, CompareUnqualified).isNull(); in typesAreCompatible()