Home
last modified time | relevance | path

Searched defs:Decl (Results 1 – 25 of 145) sorted by relevance

123456

/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp51 for (const auto &Decl : Decls) in dump() local
59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
74 for (const auto &Decl : Decls) in getCodeRange() local
/external/clang/unittests/ASTMatchers/
DASTMatchersInternalTest.cpp56 AST_MATCHER_P(Decl, just, internal::Matcher<Decl>, AMatcher) { in AST_MATCHER_P() argument
76 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt), in AST_POLYMORPHIC_MATCHER_P()
77 internal::Matcher<Decl>, AMatcher) { in AST_POLYMORPHIC_MATCHER_P()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp48 for (const auto &Decl : Decls) in dump() local
56 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAbbrev.cpp51 for (const auto &Decl : Decls) in dump() local
59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
/external/rust/crates/pdl-compiler/src/
Dast.rs206 pub struct Decl { struct
211 pub key: DeclKey, argument
213 pub desc: DeclDesc, argument
222 pub declarations: Vec<Decl>, argument
394 impl Eq for Decl {} implementation
395 impl PartialEq for Decl { implementation
402 impl Decl { impl
Danalyzer.rs246 pub fn get_parent(&self, decl: &Decl) -> Option<&'d Decl> { in get_parent()
259 decl: &'d Decl, in iter_parents_and_self()
272 decl: &'d Decl, in iter_parent_fields()
281 decl: &'d Decl, in iter_constraints()
287 pub fn get_type_declaration(&self, field: &Field) -> Option<&'d Decl> { in get_type_declaration()
332 fn annotate_decl(schema: &mut Schema, scope: &HashMap<String, DeclKey>, decl: &Decl) { in new()
389 decl: &Decl, in new()
531 decl: &'d Decl, in check_decl_identifiers()
961 decl: &Decl, in check_constraint()
1091 parent_decl: &Decl, in check_constraints_list()
[all …]
/external/clang/include/clang/Index/
DCodegenNameGenerator.h24 class Decl; variable
DUSRGeneration.h17 class Decl; variable
/external/clang/include/clang/StaticAnalyzer/Core/
DIssueHash.h15 class Decl; variable
/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h124 Constant *getVoidRetI8XEntryPoint(Constant *&Decl, in getVoidRetI8XEntryPoint()
158 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl, in getI8XRetI8XXI8XEntryPoint()
DObjCARCContract.cpp138 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local
184 Constant *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
385 Constant *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
/external/clang/unittests/AST/
DDeclTest.cpp21 TEST(Decl, CleansUpAPValues) { in TEST() argument
/external/clang/include/clang/CodeGen/
DModuleBuilder.h28 class Decl; variable
/external/clang/include/clang/Sema/
DPrettyDeclStackTrace.h24 class Decl; variable
/external/clang/include/clang/AST/
DASTFwd.h20 class Decl; variable
DCommentSema.h26 class Decl; variable
/external/googleapis/google/api/expr/v1beta1/
Ddecl.proto29 message Decl { message
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.h50 void set_ptreg(std::tuple<clang::Decl *, int> &pt) { ptregs_.insert(pt); } in set_ptreg()
109 void set_ptreg(std::tuple<clang::Decl *, int> &pt) { ptregs_.insert(pt); } in set_ptreg()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h49 void *Decl; member
53 void *Decl; member
/external/rust/crates/pdl-compiler/src/backends/rust_no_allocation/
Dmod.rs82 decl: &ast::Decl, in generate_decl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp149 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local
183 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
388 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
/external/rust/crates/pdl-compiler/src/backends/rust/
Dserializer.rs503 decl: Option<&ast::Decl>, in encode_array_field()
621 decl: &ast::Decl, in encode_with_parents()
653 decl: &ast::Decl, in encode()
671 decl: &ast::Decl, in encode_partial()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp148 Function *Decl = EP.get(ARCRuntimeEntryPointKind::RetainRV); in optimizeRetainCall() local
197 Function *Decl = EP.get(Class == ARCInstKind::AutoreleaseRV in contractAutorelease() local
425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong() local
DARCRuntimeEntryPoints.h134 Function *getIntrinsicEntryPoint(Function *&Decl, Intrinsic::ID IntID) { in getIntrinsicEntryPoint()
/external/clang/lib/Index/
DIndexingContext.h20 class Decl; variable

123456