Home
last modified time | relevance | path

Searched refs:Declarations (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp119 const auto &Declarations = KeyValuePair.second; in onEndOfTranslationUnit() local
122 for (const auto *CurDecl : Declarations) { in onEndOfTranslationUnit()
134 for (const auto *Decl : Declarations) { in onEndOfTranslationUnit()
/llvm-project-15.0.7/clang-tools-extra/clang-move/tool/
H A DClangMove.cpp145 const auto &Declarations = Reporter.getDeclarationList(); in main() local
146 for (auto I = Declarations.begin(), E = Declarations.end(); I != E; ++I) { in main()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp1113 ArrayRef<const ValueDecl *> Declarations) { in getUniqueDeclarationsTotalNumber() argument
1116 for (const ValueDecl *D : Declarations) { in getUniqueDeclarationsTotalNumber()
1128 ArrayRef<ValueDecl *> Declarations, in Create() argument
1162 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1182 ArrayRef<ValueDecl *> Declarations, in Create() argument
1215 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1232 ArrayRef<ValueDecl *> Declarations, in Create() argument
1266 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
1297 ArrayRef<ValueDecl *> Declarations, in Create() argument
1327 Clause->setClauseInfo(Declarations, ComponentLists); in Create()
[all …]
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Davoid-unavailable-implementation-warning-in-app-extension.m3 // Declarations marked as 'unavailable' in an app extension should not generate a
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.td10 // Declarations that describe the BPF register file
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVRegisterInfo.td9 // Declarations that describe the SPIR-V register file.
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.td10 // Declarations that describe the XCore register file
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiRegisterInfo.td8 // Declarations that describe the Lanai register file
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCRegisterInfo.td10 // Declarations that describe the ARC register file
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.td10 // Declarations that describe the CSKY registers.
147 // Declarations that describe the CSKY register class.
/llvm-project-15.0.7/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.td10 // Declarations that describe the MSP430 register file
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.td10 // Declarations that describe the PTX register file
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dsimple.mlir16 // Declarations of C library functions.
/llvm-project-15.0.7/clang/test/Modules/
H A Dcodegen.test50 Declarations are non-distinct and include the 'DIFlagFwdDecl' flag.
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-int.cpp10 _BitInt(33) Declarations(_BitInt(48) &Param) { // Useable in params and returns.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSystemRegister.td12 // Declarations that describe the ARM system-registers
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5317 void setClauseInfo(ArrayRef<ValueDecl *> Declarations, in setClauseInfo() argument
5321 assert(getUniqueDeclarationsTotalNumber(Declarations) == in setClauseInfo()
5326 assert(Declarations.size() == ComponentLists.size() && in setClauseInfo()
5328 assert(Declarations.size() == NumComponentLists && in setClauseInfo()
5338 for (auto DI = Declarations.begin(), DE = Declarations.end(); DI != DE; in setClauseInfo()
5864 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
6787 ArrayRef<ValueDecl *> Declarations,
6989 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
7293 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
7396 ArrayRef<Expr *> Vars, ArrayRef<ValueDecl *> Declarations,
[all …]
/llvm-project-15.0.7/clang/test/Index/
H A Dannotate-comments-objc.m81 // Declarations without Doxygen comments should not pick up some Doxygen comments.
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/
H A DLoongArchRegisterInfo.td10 // Declarations that describe the LoongArch register files
/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVERegisterInfo.td10 // Declarations that describe the VE register file
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp237 DenseMap<StringRef, const Record *> Declarations; in checkSTIPredicates() local
243 const auto It = Declarations.find(Name); in checkSTIPredicates()
244 if (It == Declarations.end()) { in checkSTIPredicates()
245 Declarations[Name] = R; in checkSTIPredicates()
/llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/
H A DNodes.td238 // Declarations.
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRRegisterInfo.td10 // Declarations that describe the AVR register file
/llvm-project-15.0.7/mlir/docs/
H A DSymbolsAndSymbolTables.md56 - Declarations do not define a new symbol but reference a symbol defined
H A DInterfaces.md388 * Extra Class Declarations (Optional: `extraClassDeclaration`)
395 * Extra Shared Class Declarations (Optional: `extraSharedClassDeclaration`)

12