HomeSort by relevance Sort by last modified time
    Searched refs:CalleeDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Analysis/
CallGraph.cpp 42 if (FunctionDecl *CalleeDecl = CE->getDirectCallee())
43 return CalleeDecl;
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 252 const CXXMethodDecl *CalleeDecl = DevirtualizedMethod ? DevirtualizedMethod : MD;
254 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
257 else if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(CalleeDecl))
261 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
    [all...]

Completed in 62 milliseconds