Searched refs:setFunctionSpecInline (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 806 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
|
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 984 bool DeclSpec::setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec, in setFunctionSpecInline() function in DeclSpec
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 729 bool setFunctionSpecInline(SourceLocation Loc, const char *&PrevSpec,
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 3221 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDecl.cpp | 3628 isInvalid = DS.setFunctionSpecInline(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()
|