Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp3690 ArrayRef<QualType> ArgTys, bool AllowRaw, in LookupLiteralOperator() argument
3769 AllowRaw = false; in LookupLiteralOperator()
3778 AllowRaw = false; in LookupLiteralOperator()
3787 } else if (AllowRaw && IsRaw) { in LookupLiteralOperator()
3833 << (ArgTys.size() == 2 ? ArgTys[1] : QualType()) << AllowRaw in LookupLiteralOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9643 bool AllowRaw, bool AllowTemplate,