Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp1061 static bool describeCodeDecl(raw_ostream &Out, const Decl *D, in describeCodeDecl() function
1142 describeCodeDecl(Out, Callee, /*ExtendedDescription=*/true); in getCallEnterEvent()
1162 describeCodeDecl(Out, Caller, /*ExtendedDescription=*/false, " from "); in getCallEnterWithinCallerEvent()
1182 bool DidDescribe = describeCodeDecl(Out, Callee, in getCallExitEvent()