Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DDeclSpec.cpp779 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
/external/clang/include/clang/Sema/
DDeclSpec.h663 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Parse/
DParseDecl.cpp3173 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()