HomeSort by: relevance | last modified time | path
    Searched refs:getFunctionDecl (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h 124 const CXXMethodDecl *getFunctionDecl() const {
157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl());
160 return GlobalDecl(getFunctionDecl());
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 1305 Comps[I].getFunctionDecl()->getType(),
ItaniumCXXABI.cpp 427 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
454 const CXXMethodDecl *Method = VtableComponent.getFunctionDecl();
CGDecl.cpp 2052 const FunctionDecl *FD = CA->getFunctionDecl();
  /src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp 1169 MD = Component.getFunctionDecl();
1949 const CXXMethodDecl *MD = Component.getFunctionDecl();
3169 const CXXMethodDecl *MD = Component.getFunctionDecl();

Completed in 61 milliseconds