Searched refs:KeyFunctions (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2865 // invalidate iterators into KeyFunctions
2868 LazyDeclPtr Entry = KeyFunctions[RD];
2874 KeyFunctions[RD] = const_cast<Decl*>(Result);
2885 // the correct key for the KeyFunctions hash.
2887 I = KeyFunctions.find(Method->getParent());
2890 if (I == KeyFunctions.end()) return;
2898 KeyFunctions.erase(Method->getParent());
H A DASTContext.cpp8002 llvm::capacity_in_bytes(KeyFunctions) +
/external/clang/include/clang/AST/
H A DASTContext.h152 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; member in class:clang::ASTContext
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1485 C.KeyFunctions[D] = KeyFn;

Completed in 110 milliseconds