Home
last modified time | relevance | path

Searched refs:setFunctionSpecExplicit (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DDeclSpec.cpp847 bool DeclSpec::setFunctionSpecExplicit(SourceLocation Loc, in setFunctionSpecExplicit() function in DeclSpec
/aosp_15_r20/external/clang/include/clang/Sema/
H A DDeclSpec.h686 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDeclSpec.h804 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DDeclSpec.h805 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDeclSpec.h804 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDeclSpec.h771 bool setFunctionSpecExplicit(SourceLocation Loc, const char *&PrevSpec,
/aosp_15_r20/external/clang/lib/Parse/
H A DParseDecl.cpp3227 isInvalid = DS.setFunctionSpecExplicit(Loc, PrevSpec, DiagID); in ParseDeclarationSpecifiers()