HomeSort by relevance Sort by last modified time
    Searched defs:FunDecl (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
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;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 274 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 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;
278 const FunctionDecl *FunDecl = getCalleeDecl(CE);
279 if (FunDecl)
280 return FunDecl->getIdentifier();
287 const FunctionDecl *FunDecl = getCalleeDecl(CE);
288 return getCalleeName(FunDecl);
  /external/clang/lib/Analysis/
Consumed.cpp 184 static bool isTestingFunction(const FunctionDecl *FunDecl) {
185 return FunDecl->hasAttr<TestTypestateAttr>();
264 static ConsumedState testsFor(const FunctionDecl *FunDecl) {
265 assert(isTestingFunction(FunDecl));
266 switch (FunDecl->getAttr<TestTypestateAttr>()->getTestState()) {
492 const FunctionDecl *FunDecl,
581 const FunctionDecl *FunDecl,
585 const CallableWhenAttr *CWAttr = FunDecl->getAttr<CallableWhenAttr>();
596 FunDecl->getNameAsString(), PInfo.getVar()->getNameAsString(),
606 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]

Completed in 301 milliseconds