Searched refs:IsTopLevel (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleProfileMatcher.h | 194 void countMismatchedFuncSamples(const FunctionSamples &FS, bool IsTopLevel);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileMatcher.cpp | 529 bool IsTopLevel) { in countMismatchedFuncSamples() argument 536 if (IsTopLevel) in countMismatchedFuncSamples()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 1702 bool IsTopLevel; member 1776 Entry.IsTopLevel = getAffectingIncludeLoc(SourceMgr, File).isInvalid(); in WriteInputFiles() 1837 Entry.IsTopLevel, in WriteInputFiles()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 18857 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument 18870 if (IsTopLevel) { in checkExceptionSpecification() 18895 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification() 18923 checkExceptionSpecification(/*IsTopLevel=*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
H A D | SemaOverload.cpp | 3504 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument 3546 (!IsTopLevel || in isQualificationConversionStep()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5062 void checkExceptionSpecification(bool IsTopLevel,
|