Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4684 llvm::function_ref<Decl *(ParsingFieldDeclarator &)> FieldsCallback, in ParseStructDeclaration() argument
4691 return ParseStructDeclaration(DS, FieldsCallback, LateFieldAttrs); in ParseStructDeclaration()
4759 Decl *Field = FieldsCallback(DeclaratorInfo); in ParseStructDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2002 llvm::function_ref<Decl *(ParsingFieldDeclarator &)> FieldsCallback,