Searched refs:SetTypeSpecComplex (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 592 bool DeclSpec::SetTypeSpecComplex(TSC C, SourceLocation Loc, in SetTypeSpecComplex() function in DeclSpec
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 627 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/ |
D | DeclSpec.h | 725 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/ |
D | DeclSpec.h | 726 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/ |
D | DeclSpec.h | 725 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/ |
D | DeclSpec.h | 695 bool SetTypeSpecComplex(TSC C, SourceLocation Loc, const char *&PrevSpec,
|
/aosp_15_r20/external/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3294 isInvalid = DS.SetTypeSpecComplex(DeclSpec::TSC_complex, Loc, PrevSpec, in ParseDeclarationSpecifiers() 3298 isInvalid = DS.SetTypeSpecComplex(DeclSpec::TSC_imaginary, Loc, PrevSpec, in ParseDeclarationSpecifiers()
|