Home
last modified time | relevance | path

Searched defs:DeclarationNameInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclarationName.h433 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/
DDeclarationName.h768 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/
DDeclarationName.h768 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/
DDeclarationName.h768 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/
DDeclarationName.h768 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 DSemaOpenMP.cpp818 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
998 SourceLocation) -> bool { in IsOpenMPCapturedDecl()
3277 SourceLocation) -> bool { in CheckNestingOfRegions()