Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclarationName.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() argument
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 …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp1596 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1972 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4184 SourceLocation) { in checkNestingOfRegions()