Home
last modified time | relevance | path

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

/netbsd/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() function
776 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument
784 void setName(DeclarationName N) { Name = N; } in setName()
790 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
797 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
807 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
816 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
824 void setCXXOperatorNameRange(SourceRange R) { in setCXXOperatorNameRange()
[all …]
/netbsd/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()