Searched defs:AllowRaw (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaLookup.cpp2648 bool AllowRaw, bool AllowTemplate,
2703 AllowRaw = false;
2712 } else if (AllowRaw && IsRaw) {
2752 << (ArgTys.size() == 2 ? ArgTys[1] : QualType()) << AllowRaw
2646 LookupLiteralOperator(Scope *S, LookupResult &R, ArrayRef<QualType> ArgTys, bool AllowRaw, bool AllowTemplate, bool AllowStringTemplate) argument

Completed in 453 milliseconds