Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp4283 bool IsParenthesized = false) in CodeCompleteExpressionData()
4285 ObjCCollection(false), IsParenthesized(IsParenthesized) {} in CodeCompleteExpressionData()
4290 bool IsParenthesized; member
4400 Data.IsParenthesized in CodeCompleteExpression()
4405 Data.IsParenthesized ? PCC_ParenthesizedExpression : PCC_Expression; in CodeCompleteExpression()
4466 bool IsParenthesized) { in CodeCompleteExpression() argument
4468 S, CodeCompleteExpressionData(PreferredType, IsParenthesized)); in CodeCompleteExpression()
/external/llvm-project/clang/include/clang/Sema/
DSema.h12046 bool IsParenthesized = false);