Home
last modified time | relevance | path

Searched refs:IsTopLevel (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h100 void parseStructuralElement(bool IsTopLevel = false);
H A DUnwrappedLineParser.cpp1089 void UnwrappedLineParser::parseStructuralElement(bool IsTopLevel) { in parseStructuralElement() argument
1393 if (!IsTopLevel || !Style.isCpp() || !Previous || FormatTok->is(tok::eof)) in parseStructuralElement()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17920 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
17933 if (IsTopLevel) { in checkExceptionSpecification()
17958 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
H A DSemaOverload.cpp3193 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3236 (!IsTopLevel || in isQualificationConversionStep()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5917 void checkExceptionSpecification(bool IsTopLevel,