HomeSort by relevance Sort by last modified time
    Searched refs:ASTDeclContextNameLookupTrait (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Serialization/
Module.h 36 class ASTDeclContextNameLookupTrait;
52 OnDiskChainedHashTable<reader::ASTDeclContextNameLookupTrait>
ASTReader.h 201 typedef OnDiskChainedHashTable<ASTDeclContextNameLookupTrait>
    [all...]
  /external/clang/lib/Serialization/
ASTReaderInternals.h 38 class ASTDeclContextNameLookupTrait {
62 explicit ASTDeclContextNameLookupTrait(ASTReader &Reader, ModuleFile &F)
ASTReader.cpp 581 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
608 ASTDeclContextNameLookupTrait::internal_key_type
609 ASTDeclContextNameLookupTrait::GetInternalKey(
640 ASTDeclContextNameLookupTrait::ReadKeyDataLength(const unsigned char*& d) {
647 ASTDeclContextNameLookupTrait::internal_key_type
648 ASTDeclContextNameLookupTrait::ReadKey(const unsigned char* d, unsigned) {
681 ASTDeclContextNameLookupTrait::data_type
682 ASTDeclContextNameLookupTrait::ReadData(internal_key_type,
730 ASTDeclContextNameLookupTrait(*this, M));
    [all...]
ASTWriter.cpp     [all...]

Completed in 39 milliseconds