Searched refs:mayInlineCXXMemberFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp98 AnalyzerOptions::mayInlineCXXMemberFunction( function in class:AnalyzerOptions
H A DExprEngineCallAndReturn.cpp729 if (!Opts.mayInlineCXXMemberFunction(CIMK_MemberFunctions))
733 if (!Opts.mayInlineCXXMemberFunction(CIMK_Constructors))
767 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
797 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h392 bool mayInlineCXXMemberFunction(CXXInlineableMemberKind K) const;

Completed in 117 milliseconds