Searched defs:DeclarationNameInfo (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | DeclarationName.h | 768 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 …]
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 2012 hasDirective(const llvm::function_ref<bool (OpenMPDirectiveKind,const DeclarationNameInfo &,SourceLocation)> DPred,bool FromParent) const hasDirective() argument 2325 __anona1d9ac770c02(OpenMPDirectiveKind K, const DeclarationNameInfo &, SourceLocation) isInOpenMPTargetExecutionDirective() argument 5049 __anona1d9ac773102(OpenMPDirectiveKind K, const DeclarationNameInfo &, SourceLocation) checkNestingOfRegions() argument [all...] |