HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionDecl (Results 1 - 6 of 6) 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/AST/
VTableBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 570 GD = Component.getFunctionDecl();
    [all...]
CGDecl.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 113 const NamedDecl* getFunctionDecl() const {
673 if (const NamedDecl *D = N->getFunctionDecl())
    [all...]

Completed in 232 milliseconds