Searched defs:DeclarationNameInfo (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | DeclarationName.h | 433 struct DeclarationNameInfo { struct 444 DeclarationNameInfo() {} in DeclarationNameInfo() argument 446 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument 449 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument 454 DeclarationName getName() const { return Name; } in getName() 456 void setName(DeclarationName N) { Name = N; } in setName() 459 SourceLocation getLoc() const { return NameLoc; } in getLoc() 461 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() 463 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() 464 DeclarationNameLoc &getInfo() { return LocInfo; } in getInfo() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | DeclarationName.h | 768 struct DeclarationNameInfo { struct 781 DeclarationNameInfo() = default; argument 783 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() function 786 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() function 791 DeclarationName getName() const { return Name; } in getName() 794 void setName(DeclarationName N) { Name = N; } in setName() 797 SourceLocation getLoc() const { return NameLoc; } in getLoc() 800 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() 802 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() 803 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | DeclarationName.h | 768 struct DeclarationNameInfo { struct 781 DeclarationNameInfo() = default; argument 783 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument 786 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() function 791 DeclarationName getName() const { return Name; } in getName() 794 void setName(DeclarationName N) { Name = N; } in setName() 797 SourceLocation getLoc() const { return NameLoc; } in getLoc() 800 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() 802 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() 803 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | DeclarationName.h | 768 struct DeclarationNameInfo { struct 781 DeclarationNameInfo() = default; argument 783 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument 786 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() function 791 DeclarationName getName() const { return Name; } in getName() 794 void setName(DeclarationName N) { Name = N; } in setName() 797 SourceLocation getLoc() const { return NameLoc; } in getLoc() 800 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() 802 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() 803 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | DeclarationName.h | 768 struct DeclarationNameInfo { struct 781 DeclarationNameInfo() = default; argument 783 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() function 786 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument 791 DeclarationName getName() const { return Name; } in getName() 794 void setName(DeclarationName N) { Name = N; } in setName() 797 SourceLocation getLoc() const { return NameLoc; } in getLoc() 800 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() 802 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo() 803 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo() [all …]
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 818 const DeclarationNameInfo &, SourceLocation)> in hasDirective() 998 SourceLocation) -> bool { in IsOpenMPCapturedDecl() 3277 SourceLocation) -> bool { in CheckNestingOfRegions()
|