OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getCalleeName
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp
29
StringRef CheckerContext::
getCalleeName
(const FunctionDecl *FunDecl) const {
/external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp
85
static StringRef
getCalleeName
(CallExpr *CE) {
98
StringRef Name =
getCalleeName
(CE);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h
239
StringRef
getCalleeName
(const FunctionDecl *FunDecl) const;
251
StringRef
getCalleeName
(const CallExpr *CE) const {
253
return
getCalleeName
(FunDecl);
Completed in 747 milliseconds