Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp19367 auto IsFunctionPointerOrForwardDecl = [&](const Decl *D) { in EntirelyFunctionPointers() local
19399 return llvm::all_of(Record->decls(), IsFunctionPointerOrForwardDecl); in EntirelyFunctionPointers()