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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 338 ID.AddInteger(D->getODRHash());
430 ID.AddInteger(D->getTemplatedDecl()->getODRHash());
494 Function->getODRHash();
Decl.cpp 4111 unsigned FunctionDecl::getODRHash() const {
4116 unsigned FunctionDecl::getODRHash() {
4122 ODRHash = FT->getODRHash();
4482 unsigned EnumDecl::getODRHash() {
DeclCXX.cpp 488 unsigned CXXRecordDecl::getODRHash() const {
495 // Only calculate hash on first call of getODRHash per record.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 2776 unsigned getODRHash();
2780 unsigned getODRHash() const;
3758 unsigned getODRHash();
DeclCXX.h 576 unsigned getODRHash() const;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 776 if (OldDef->getODRHash() != ED->getODRHash())
1843 if (D->getODRHash() != MergeDD.ODRHash) {
ASTWriterDecl.cpp 442 Record.push_back(D->getODRHash());
567 Record.push_back(D->getODRHash());
ASTReader.cpp 9340 FD->getODRHash() != NonConstDefn->getODRHash()) {
10756 ComputeCXXMethodODRHash(FirstMethod) != FirstMethod->getODRHash();
10758 ComputeCXXMethodODRHash(SecondMethod) != SecondMethod->getODRHash();
ASTWriter.cpp 5542 // getODRHash will compute the ODRHash if it has not been previously computed.
5543 Record->push_back(D->getODRHash());

Completed in 51 milliseconds