Searched refs:forEachImportedKeyDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1241 void forEachImportedKeyDecl(const Decl *D, Fn Visit) { function in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5814 Chain->forEachImportedKeyDecl(FD, [&](const Decl *D) {
5829 Chain->forEachImportedKeyDecl(FD, [&](const Decl *D) {
5842 Chain->forEachImportedKeyDecl(DD, [&](const Decl *D) {

Completed in 90 milliseconds