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.cpp476 bool IsTopLevel) { in countMismatchedFuncSamples() argument
483 if (IsTopLevel) in countMismatchedFuncSamples()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1764 bool IsTopLevel; member
1862 Entry.IsTopLevel = IncludeFileID.isInvalid() || IncludeFileID.ID < 0 || in WriteInputFiles()
1887 Entry.IsTopLevel = true; in WriteInputFiles()
1940 Entry.IsTopLevel, in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19367 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
19380 if (IsTopLevel) { in checkExceptionSpecification()
19405 if (IsTopLevel && DiagnoseUnexpandedParameterPack(NoexceptExpr)) { in checkExceptionSpecification()
H A DSemaOverload.cpp3730 bool CStyle, bool IsTopLevel, in isQualificationConversionStep() argument
3777 (!IsTopLevel || in isQualificationConversionStep()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5477 void checkExceptionSpecification(bool IsTopLevel,