Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DRecordLayoutBuilder.cpp2792 LazyDeclPtr &Entry = KeyFunctions[RD]; in getCurrentKeyFunction()
2807 I = KeyFunctions.find(Method->getParent()); in setNonKeyFunction()
2810 if (I == KeyFunctions.end()) return; in setNonKeyFunction()
2816 KeyFunctions.erase(I); in setNonKeyFunction()
DASTContext.cpp8017 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h151 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderDecl.cpp1329 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()