Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ExtractAPI/
DExtractAPIVisitor.h153 StringRef getTypedefName(const TagDecl *Decl) { in getTypedefName()
170 SmallVector<SymbolReference> getBases(const CXXRecordDecl *Decl) { in getBases()
253 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl()
316 const FunctionDecl *Decl) { in VisitFunctionDecl()
384 bool ExtractAPIVisitorBase<Derived>::VisitEnumDecl(const EnumDecl *Decl) { in VisitEnumDecl()
427 const FunctionDecl *Decl) { in WalkUpFromFunctionDecl()
434 const RecordDecl *Decl) { in WalkUpFromRecordDecl()
441 const CXXRecordDecl *Decl) { in WalkUpFromCXXRecordDecl()
448 const CXXMethodDecl *Decl) { in WalkUpFromCXXMethodDecl()
455 const ClassTemplateSpecializationDecl *Decl) { in WalkUpFromClassTemplateSpecializationDecl()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/
DExtractAPIVisitor.h159 StringRef getTypedefName(const TagDecl *Decl) { in getTypedefName()
175 SmallVector<SymbolReference> getBases(const CXXRecordDecl *Decl) { in getBases()
230 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl()
290 const FunctionDecl *Decl) { in VisitFunctionDecl()
356 bool ExtractAPIVisitorBase<Derived>::VisitEnumDecl(const EnumDecl *Decl) { in VisitEnumDecl()
398 const FunctionDecl *Decl) { in WalkUpFromFunctionDecl()
405 const RecordDecl *Decl) { in WalkUpFromRecordDecl()
412 const CXXRecordDecl *Decl) { in WalkUpFromCXXRecordDecl()
419 const CXXMethodDecl *Decl) { in WalkUpFromCXXMethodDecl()
426 const ClassTemplateSpecializationDecl *Decl) { in WalkUpFromClassTemplateSpecializationDecl()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/
DExtractAPIVisitor.h156 StringRef getTypedefName(const TagDecl *Decl) { in getTypedefName()
172 SmallVector<SymbolReference> getBases(const CXXRecordDecl *Decl) { in getBases()
227 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl()
287 const FunctionDecl *Decl) { in VisitFunctionDecl()
353 bool ExtractAPIVisitorBase<Derived>::VisitEnumDecl(const EnumDecl *Decl) { in VisitEnumDecl()
396 const FunctionDecl *Decl) { in WalkUpFromFunctionDecl()
403 const RecordDecl *Decl) { in WalkUpFromRecordDecl()
410 const CXXRecordDecl *Decl) { in WalkUpFromCXXRecordDecl()
417 const CXXMethodDecl *Decl) { in WalkUpFromCXXMethodDecl()
424 const ClassTemplateSpecializationDecl *Decl) { in WalkUpFromClassTemplateSpecializationDecl()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/
DExtractAPIVisitor.h159 StringRef getTypedefName(const TagDecl *Decl) { in getTypedefName()
175 SmallVector<SymbolReference> getBases(const CXXRecordDecl *Decl) { in getBases()
230 bool ExtractAPIVisitorBase<Derived>::VisitVarDecl(const VarDecl *Decl) { in VisitVarDecl()
290 const FunctionDecl *Decl) { in VisitFunctionDecl()
356 bool ExtractAPIVisitorBase<Derived>::VisitEnumDecl(const EnumDecl *Decl) { in VisitEnumDecl()
398 const FunctionDecl *Decl) { in WalkUpFromFunctionDecl()
405 const RecordDecl *Decl) { in WalkUpFromRecordDecl()
412 const CXXRecordDecl *Decl) { in WalkUpFromCXXRecordDecl()
419 const CXXMethodDecl *Decl) { in WalkUpFromCXXMethodDecl()
426 const ClassTemplateSpecializationDecl *Decl) { in WalkUpFromClassTemplateSpecializationDecl()
[all …]
/aosp_15_r20/external/rust/android-crates-io/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 { implementation
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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
269 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
294 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, in AST_POLYMORPHIC_MATCHER_REGEX()
317 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P()
632 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
654 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
677 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
754 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); in AST_MATCHER_P() local
762 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, in AST_POLYMORPHIC_MATCHER()
1148 internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
269 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
294 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, in AST_POLYMORPHIC_MATCHER_REGEX()
317 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P()
632 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
654 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
677 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
754 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); in AST_MATCHER_P() local
762 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, in AST_POLYMORPHIC_MATCHER()
1148 internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
269 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
294 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, in AST_POLYMORPHIC_MATCHER_REGEX()
317 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P()
632 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
654 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
677 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
754 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); in AST_MATCHER_P() local
762 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, in AST_POLYMORPHIC_MATCHER()
1148 internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchers.h248 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
269 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
294 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, in AST_POLYMORPHIC_MATCHER_REGEX()
317 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P()
632 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
654 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
677 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, in AST_POLYMORPHIC_MATCHER()
754 const ClassTemplateDecl* Decl = Node.getSpecializedTemplate(); in AST_MATCHER_P() local
762 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Attr, in AST_POLYMORPHIC_MATCHER()
1148 internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
[all …]
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A 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
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h210 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
231 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc)) { in AST_POLYMORPHIC_MATCHER()
256 AST_POLYMORPHIC_SUPPORTED_TYPES(Decl, Stmt, TypeLoc), in AST_POLYMORPHIC_MATCHER_P()
486 AST_MATCHER(Decl, isPublic) { in AST_MATCHER() argument
502 AST_MATCHER(Decl, isProtected) { in AST_MATCHER() argument
518 AST_MATCHER(Decl, isPrivate) { in AST_MATCHER() argument
556 AST_MATCHER(Decl, isImplicit) { in AST_MATCHER() argument
775 internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
2752 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P()
2790 AST_MATCHER_P(DeclStmt, hasSingleDecl, internal::Matcher<Decl>, InnerMatcher) { in AST_MATCHER_P()
[all …]
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Db_frontend_action.cc189 explicit ProbeChecker(Expr *arg, const set<tuple<Decl *, int>> &ptregs, in ProbeChecker()
199 explicit ProbeChecker(Expr *arg, const set<tuple<Decl *, int>> &ptregs, in ProbeChecker()
309 explicit ProbeSetter(set<tuple<Decl *, int>> *ptregs, int nb_derefs) in ProbeSetter()
316 explicit ProbeSetter(set<tuple<Decl *, int>> *ptregs) in ProbeSetter()
1183 NamedDecl *Decl = dyn_cast<NamedDecl>(Call->getCalleeDecl()); in VisitCallExpr() local
1409 int64_t BTypeVisitor::getFieldValue(VarDecl *Decl, FieldDecl *FDecl, int64_t OrigFValue) { in getFieldValue()
1431 bool BTypeVisitor::VisitVarDecl(VarDecl *Decl) { in VisitVarDecl()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go389 func (check *Checker) walkDecls(decls []ast.Decl, f func(decl)) {
395 func (check *Checker) walkDecl(d ast.Decl, f func(decl)) {
893 func (check *Checker) declStmt(d ast.Decl) {
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A 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
H A DARCRuntimeEntryPoints.h124 Constant *getVoidRetI8XEntryPoint(Constant *&Decl, in getVoidRetI8XEntryPoint()
158 Constant *getI8XRetI8XXI8XEntryPoint(Constant *&Decl, in getI8XRetI8XXI8XEntryPoint()
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dencoder.rs503 decl: Option<&ast::Decl>, in encode_array_field()
626 decl: &ast::Decl, in encode_with_parents()
658 decl: &ast::Decl, in encode()
676 decl: &ast::Decl, in encode_partial()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/doc/
Ddoc.go48 Decl *ast.GenDecl member
57 Decl *ast.GenDecl member
75 Decl *ast.FuncDecl member
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp48 for (const auto &Decl : Decls) in dump() local
56 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp51 for (const auto &Decl : Decls) in dump() local
59 for (const auto &Decl : Decls) { in getAbbreviationDeclaration() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
H A 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
/aosp_15_r20/prebuilts/go/linux-x86/src/go/printer/
Dnodes.go1939 func (p *printer) decl(decl ast.Decl) { func
1956 func declToken(decl ast.Decl) (tok token.Token) {
1967 func (p *printer) declList(list []ast.Decl) {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h386 struct Decl : public TreeView { struct
387 explicit Decl(const TreeRef& tree) : TreeView(tree) { in Decl() argument
396 static Decl create( in create() argument

12345678910>>...19