Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclarationName.h758 struct DeclarationNameInfo { struct
771 DeclarationNameInfo() = default; argument
773 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument
776 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument
781 DeclarationName getName() const { return Name; } in getName()
784 void setName(DeclarationName N) { Name = N; } in setName()
787 SourceLocation getLoc() const { return NameLoc; } in getLoc()
790 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
792 const DeclarationNameLoc &getInfo() const { return LocInfo; } in getInfo()
793 void setInfo(const DeclarationNameLoc &Info) { LocInfo = Info; } in setInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp1857 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2162 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4863 SourceLocation) { in checkNestingOfRegions()