Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp986 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h729 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3687 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()