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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4247 bool IsParenthesized = false)
4249 ObjCCollection(false), IsParenthesized(IsParenthesized) {}
4254 bool IsParenthesized; member in struct:Sema::CodeCompleteExpressionData
4364 Data.IsParenthesized
4369 Data.IsParenthesized ? PCC_ParenthesizedExpression : PCC_Expression;
4430 bool IsParenthesized) {
4432 S, CodeCompleteExpressionData(PreferredType, IsParenthesized));
4429 CodeCompleteExpression(Scope *S, QualType PreferredType, bool IsParenthesized) argument
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11542 bool IsParenthesized = false);

Completed in 206 milliseconds