Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp935 static bool describeCodeDecl(raw_ostream &Out, const Decl *D, in describeCodeDecl() function
1016 describeCodeDecl(Out, Callee, /*ExtendedDescription=*/true); in getCallEnterEvent()
1036 describeCodeDecl(Out, Caller, /*ExtendedDescription=*/false, " from "); in getCallEnterWithinCallerEvent()
1056 bool DidDescribe = describeCodeDecl(Out, Callee, in getCallExitEvent()