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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h268 bool mayInlineCXXMemberFunction(CXXInlineableMemberKind K);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp69 AnalyzerOptions::mayInlineCXXMemberFunction(CXXInlineableMemberKind K) { function in class:AnalyzerOptions
H A DExprEngineCallAndReturn.cpp601 if (!Opts.mayInlineCXXMemberFunction(CIMK_MemberFunctions))
605 if (!Opts.mayInlineCXXMemberFunction(CIMK_Constructors))
637 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))
649 if (!Opts.mayInlineCXXMemberFunction(CIMK_Destructors))

Completed in 53 milliseconds