Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp995 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h749 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp3920 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()