Home
last modified time | relevance | path

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

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DExpr.h453 const Decl *getReferencedDeclOfCallee() const {
459 const ObjCPropertyRefExpr *getObjCProperty() const;
462 bool isObjCSelfExpr() const;
468 /// variable. in DeclarationNameInfo()
469 bool refersToGlobalRegisterVar() const; in DeclarationNameInfo()
471 /// Returns whether this expression has a placeholder type. in DeclarationNameInfo()
479 if (const BuiltinType *BT = dyn_cast<BuiltinType>(getType())) in getName()
490 /// isIntegerConstantExpr - Return true if this expression is a valid integer in setInfo()
521 PartialDiagnosticAt> &Diags); in setCXXOperatorNameRange()
530 SmallVectorImpl< in getCXXLiteralOperatorNameLoc()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclarationName.h690 struct DeclarationNameInfo { struct
703 DeclarationNameInfo() = default; argument
705 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument
708 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() function
716 void setName(DeclarationName N) { Name = N; } in setName()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
760 void setCXXOperatorNameRange(SourceRange R) { in setCXXOperatorNameRange()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A 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()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A 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()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A 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()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A 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() argument
713 DeclarationName getName() const { return Name; } in getName()
716 void setName(DeclarationName N) { Name = N; } in setName()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDeclarationName.h690 struct DeclarationNameInfo { struct
703 DeclarationNameInfo() = default; argument
705 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument
708 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc, in DeclarationNameInfo() argument
716 void setName(DeclarationName N) { Name = N; } in setName()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
760 void setCXXOperatorNameRange(SourceRange R) { in setCXXOperatorNameRange()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h690 struct DeclarationNameInfo { struct
703 DeclarationNameInfo() = default; argument
705 DeclarationNameInfo(DeclarationName Name, SourceLocation NameLoc) in DeclarationNameInfo() argument
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()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A 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() argument
716 void setName(DeclarationName N) { Name = N; } in setName()
722 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc()
730 TypeSourceInfo *getNamedTypeInfo() const { in getNamedTypeInfo()
740 void setNamedTypeInfo(TypeSourceInfo *TInfo) { in setNamedTypeInfo()
749 SourceRange getCXXOperatorNameRange() const { in getCXXOperatorNameRange()
760 void setCXXOperatorNameRange(SourceRange R) { in setCXXOperatorNameRange()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/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() function
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 …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/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() function
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 …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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
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 …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/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() function
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 …]
/dports/devel/llvm13/llvm-project-13.0.1.src/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() function
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 …]
/dports/lang/clang-mesa/clang-13.0.1.src/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() function
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 …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1230 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1422 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
2961 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1366 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1562 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
3242 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1517 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1772 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
3722 SourceLocation) { in checkNestingOfRegions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1596 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1972 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4184 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1596 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
1972 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4184 SourceLocation) { in checkNestingOfRegions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp1856 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2151 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4724 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp1857 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2159 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4825 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1819 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2109 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4652 SourceLocation) { in checkNestingOfRegions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaOpenMP.cpp1819 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2109 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4648 SourceLocation) { in checkNestingOfRegions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp1857 const DeclarationNameInfo &, SourceLocation)> in hasDirective()
2159 SourceLocation) -> bool { in isInOpenMPTargetExecutionDirective()
4825 SourceLocation) { in checkNestingOfRegions()

12