Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1589 bool IsTopLevel; member
1651 Entry.IsTopLevel = File.getIncludeLoc().isInvalid(); in WriteInputFiles()
1716 Entry.IsTopLevel, in WriteInputFiles()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19096 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
19109 if (IsTopLevel) { in checkExceptionSpecification()
19134 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
H A DSemaOverload.cpp3463 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3505 (!IsTopLevel || in isQualificationConversionStep()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6502 void checkExceptionSpecification(bool IsTopLevel,