Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
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 …]
/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h690 struct DeclarationNameInfo { struct
703 DeclarationNameInfo() = default; argument
705 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() function
708 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() function
713 DeclarationName getName() const { return Name; } in getName()
716 void setName(DeclarationName N) { Name = N; } in setName()
719 SourceLocation getLoc() const { return NameLoc; } in getLoc()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
724 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo()
725 DeclarationNameLoc &getInfo() { return LocInfo; } in getInfo()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp818 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
998 SourceLocation) -> bool { in IsOpenMPCapturedDecl()
3277 SourceLocation) -> bool { in CheckNestingOfRegions()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp1856 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2151 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4729 SourceLocation) { in checkNestingOfRegions()