HomeSort by relevance Sort by last modified time
    Searched defs:getCalleeName (Results 1 - 17 of 17) 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 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
286 StringRef getCalleeName(const CallExpr *CE) const {
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 281 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
293 StringRef getCalleeName(const CallExpr *CE) const {
295 return getCalleeName(FunDecl);

Completed in 608 milliseconds