Searched refs:IsTopLevel (Results 1 – 5 of 5) sorted by relevance
100 void parseStructuralElement(bool IsTopLevel = false);
1089 void UnwrappedLineParser::parseStructuralElement(bool IsTopLevel) { in parseStructuralElement() argument1393 if (!IsTopLevel || !Style.isCpp() || !Previous || FormatTok->is(tok::eof)) in parseStructuralElement()
17920 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument17933 if (IsTopLevel) { in checkExceptionSpecification()17958 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
3193 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument3236 (!IsTopLevel || in isQualificationConversionStep()
5917 void checkExceptionSpecification(bool IsTopLevel,