Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp17715 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
17728 if (IsTopLevel) { in checkExceptionSpecification()
17753 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
H A DSemaOverload.cpp3193 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3236 (!IsTopLevel || in isQualificationConversionStep()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5856 void checkExceptionSpecification(bool IsTopLevel,