reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2228   const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);

References

tools/clang/lib/AST/ASTContext.cpp
10041           const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD);
tools/clang/lib/CodeGen/CGVTables.cpp
  832   const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD);
  965   const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD);
tools/clang/lib/Sema/SemaDecl.cpp
13903           (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) &&
13912           KeyFunction = Context.getCurrentKeyFunction(MD->getParent());
tools/clang/lib/Sema/SemaDeclCXX.cpp
15674     const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class);
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1324     Record.AddDeclRef(Context.getCurrentKeyFunction(D));