Home
last modified time | relevance | path

Searched defs:declInfo (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dresolver.go21 type declInfo struct { struct
22 file *Scope // scope of file containing this declaration
23 lhs []*Var // lhs of n:1 variable declarations, or nil
24 vtyp ast.Expr // type, or nil (for const and var declarations only)
25 init ast.Expr // init/orig expression, or nil (for const and var declarations only)
26 …ited bool // if set, the init expression is inherited from a previous constant declaration
27 tdecl *ast.TypeSpec // type declaration, or nil
28 fdecl *ast.FuncDecl // func declaration, or nil
31 deps map[Object]bool // lazily initialized
36 func (d *declInfo) hasInitializer() bool {
[all …]
Dinitorder.go138 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object {
219 func dependencyGraph(objMap map[Object]*declInfo) []*graphNode {
Dstmt.go18 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *ast.BlockStmt, io…
Ddecl.go854 func (check *Checker) funcDecl(obj *Func, decl *declInfo) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dresolver.go19 type declInfo struct { struct
20 file *Scope // scope of file containing this declaration
21 lhs []*Var // lhs of n:1 variable declarations, or nil
22 vtyp syntax.Expr // type, or nil (for const and var declarations only)
23 init syntax.Expr // init/orig expression, or nil (for const and var declarations only)
24 …d bool // if set, the init expression is inherited from a previous constant declaration
25 tdecl *syntax.TypeDecl // type declaration, or nil
26 fdecl *syntax.FuncDecl // func declaration, or nil
29 deps map[Object]bool // lazily initialized
34 func (d *declInfo) hasInitializer() bool {
[all …]
Dinitorder.go135 func findPath(objMap map[Object]*declInfo, from, to Object, seen map[Object]bool) []Object {
216 func dependencyGraph(objMap map[Object]*declInfo) []*graphNode {
Ddecl.go755 func (check *Checker) funcDecl(obj *Func, decl *declInfo) {
Dstmt.go17 func (check *Checker) funcBody(decl *declInfo, name string, sig *Signature, body *syntax.BlockStmt,…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/ctrlflow/
Dctrlflow.go56 type declInfo struct { struct
57 decl *ast.FuncDecl
58 cfg *cfg.CFG // iff decl.Body != nil
59 started bool // to break cycles
60 noReturn bool
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h5611 const CXIdxDeclInfo *declInfo; member
5647 const CXIdxDeclInfo *declInfo; member
5653 const CXIdxDeclInfo *declInfo; member
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs1537 pub declInfo: *const CXIdxDeclInfo, field
1662 pub declInfo: *const CXIdxDeclInfo, field
1681 pub declInfo: *const CXIdxDeclInfo, field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h6128 const CXIdxDeclInfo *declInfo; member
6164 const CXIdxDeclInfo *declInfo; member
6170 const CXIdxDeclInfo *declInfo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h6116 const CXIdxDeclInfo *declInfo; member
6152 const CXIdxDeclInfo *declInfo; member
6158 const CXIdxDeclInfo *declInfo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h6126 const CXIdxDeclInfo *declInfo; member
6162 const CXIdxDeclInfo *declInfo; member
6168 const CXIdxDeclInfo *declInfo; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h6126 const CXIdxDeclInfo *declInfo; member
6162 const CXIdxDeclInfo *declInfo; member
6168 const CXIdxDeclInfo *declInfo; member