Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h194 void countMismatchedFuncSamples(const FunctionSamples &FS, bool IsTopLevel);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp529 bool IsTopLevel) { in countMismatchedFuncSamples() argument
536 if (IsTopLevel) in countMismatchedFuncSamples()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1702 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 DSemaDeclCXX.cpp18857 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 DSemaOverload.cpp3504 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3546 (!IsTopLevel || in isQualificationConversionStep()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5062 void checkExceptionSpecification(bool IsTopLevel,