Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2040 void ExtendWithDeclSpec(const DeclSpec &DS) { in ExtendWithDeclSpec() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6286 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
6337 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
6367 D.ExtendWithDeclSpec(DS); in ParseDeclaratorInternal()
H A DParseDeclCXX.cpp2604 D.ExtendWithDeclSpec(DS); in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq()