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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 1000 const CXXMethodDecl *keyFunction = Context.getCurrentKeyFunction(RD);
1133 const CXXMethodDecl *keyFunction = CGM.getContext().getCurrentKeyFunction(RD);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2316 const CXXMethodDecl *getCurrentKeyFunction(const CXXRecordDecl *RD);
  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 3311 const CXXMethodDecl *ASTContext::getCurrentKeyFunction(const CXXRecordDecl *RD) {
ASTContext.cpp 10921 const CXXMethodDecl *KeyFunc = getCurrentKeyFunction(RD);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 1362 Record.AddDeclRef(Context.getCurrentKeyFunction(D));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 14601 (KeyFunction = Context.getCurrentKeyFunction(MD->getParent())) &&
14610 KeyFunction = Context.getCurrentKeyFunction(MD->getParent());
SemaDeclCXX.cpp 17327 const CXXMethodDecl *KeyFunction = Context.getCurrentKeyFunction(Class);

Completed in 51 milliseconds