Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1007 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h765 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4094 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()