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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 270 StringRef getCalleeName(const FunctionDecl *FunDecl) const;
274 const FunctionDecl *FunDecl = getCalleeDecl(CE);
275 if (FunDecl)
276 return FunDecl->getIdentifier();
283 const FunctionDecl *FunDecl = getCalleeDecl(CE);
284 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()) {
486 const FunctionDecl *FunDecl,
575 const FunctionDecl *FunDecl,
579 const CallableWhenAttr *CWAttr = FunDecl->getAttr<CallableWhenAttr>();
590 FunDecl->getNameAsString(), PInfo.getVar()->getNameAsString(),
600 FunDecl->getNameAsString(), stateToString(TmpState), BlameLoc)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]

Completed in 1226 milliseconds