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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 23 static FunctionDecl *getFunctionDecl(Decl *D) {
126 FunctionDecl *FD = getFunctionDecl(FnD);
184 getFunctionDecl(FnD)->setLateTemplateParsed(true);
461 if (LM.D) getFunctionDecl(LM.D)->setLateTemplateParsed(false);
  /external/clang/include/clang/AST/
VTableBuilder.h 128 const CXXMethodDecl *getFunctionDecl() const {
  /external/clang/lib/Analysis/
ThreadSafety.cpp 113 const NamedDecl* getFunctionDecl() const {
673 if (const NamedDecl *D = N->getFunctionDecl())
    [all...]

Completed in 571 milliseconds