Searched refs:describeCodeDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 914 static bool describeCodeDecl(raw_ostream &Out, const Decl *D, in describeCodeDecl() function 986 describeCodeDecl(Out, Callee, /*ExtendedDescription=*/true); in getCallEnterEvent() 1006 describeCodeDecl(Out, Caller, /*ExtendedDescription=*/false, " from "); in getCallEnterWithinCallerEvent() 1022 bool DidDescribe = describeCodeDecl(Out, Callee, in getCallExitEvent()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 933 static bool describeCodeDecl(raw_ostream &Out, const Decl *D, in describeCodeDecl() function 1014 describeCodeDecl(Out, Callee, /*ExtendedDescription=*/true); in getCallEnterEvent() 1034 describeCodeDecl(Out, Caller, /*ExtendedDescription=*/false, " from "); in getCallEnterWithinCallerEvent() 1054 bool DidDescribe = describeCodeDecl(Out, Callee, in getCallExitEvent()
|