Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h131 void parseStructuralElement(bool IsTopLevel = false,
H A DUnwrappedLineParser.cpp1528 bool IsTopLevel, TokenType NextLBracesType, IfStmtKind *IfKind, in parseStructuralElement() argument
1907 if (!IsTopLevel || !Style.isCpp() || !Previous || eof()) in parseStructuralElement()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp18398 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
18411 if (IsTopLevel) { in checkExceptionSpecification()
18436 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
H A DSemaOverload.cpp3307 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3349 (!IsTopLevel || in isQualificationConversionStep()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6355 void checkExceptionSpecification(bool IsTopLevel,