Searched refs:IsParenthesized (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4279 bool IsParenthesized = false)
4281 ObjCCollection(false), IsParenthesized(IsParenthesized) {}
4286 bool IsParenthesized; member in struct:Sema::CodeCompleteExpressionData
4396 Data.IsParenthesized
4401 Data.IsParenthesized ? PCC_ParenthesizedExpression : PCC_Expression;
4462 bool IsParenthesized) {
4464 S, CodeCompleteExpressionData(PreferredType, IsParenthesized));
4461 CodeCompleteExpression(Scope *S, QualType PreferredType, bool IsParenthesized) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11960 bool IsParenthesized = false);

Completed in 108 milliseconds