HomeSort by relevance Sort by last modified time
    Searched refs:Decls (Results 151 - 175 of 253) sorted by null

1 2 3 4 5 67 8 91011

  /external/boringssl/src/util/
doc.go 45 // AllDecls maps all decls to their URL fragments.
52 Decls []HeaderDecl
401 if last := len(section.Decls) - 1; len(name) == 0 && len(comment) == 0 && last >= 0 {
402 section.Decls[last].Decl += "\n" + decl
427 section.Decls = append(section.Decls, HeaderDecl{
558 {{range .Decls}}
574 {{range .Decls}}
  /external/clang/lib/Frontend/
ASTUnit.cpp 849 for (auto *I : NSD->decls())
860 // We're not interested in "interesting" decls.
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 65 for _, d := range f.AST.Decls {
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 141 for _, decl := range f.Decls {
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 65 for _, d := range f.AST.Decls {
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 141 for _, decl := range f.Decls {
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 293 SmallVector<Decl *, 16> Decls;
294 Decls.reserve(Record.size() - Idx);
296 Decls.push_back(ReadDecl(Record, Idx));
298 Decls.data(),
299 Decls.size())));
    [all...]
ASTReader.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 299 astFile.Decls = append(astFile.Decls, nil)
300 copy(astFile.Decls[1:], astFile.Decls[0:])
301 astFile.Decls[0] = impDecl
323 astFile.Decls = append(astFile.Decls, reference)
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 299 astFile.Decls = append(astFile.Decls, nil)
300 copy(astFile.Decls[1:], astFile.Decls[0:])
301 astFile.Decls[0] = impDecl
323 astFile.Decls = append(astFile.Decls, reference)
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 138 as := f.Decls[0].(*ast.FuncDecl).Body.List[0].(*ast.AssignStmt)
160 as := f.Decls[0].(*ast.FuncDecl).Body.List[0].(*ast.DeclStmt).Decl.(*ast.GenDecl).Specs[0].(*ast.ValueSpec)
377 for _, d := range file.Decls {
  /prebuilts/go/darwin-x86/src/go/printer/
printer_test.go 437 var decls = []string{ var
444 for _, src := range decls {
451 err = Fprint(&buf, fset, file.Decls) // only print declarations
477 err = Fprint(&buf, fset, file.Decls[0].(*ast.FuncDecl).Body.List) // only print statements
538 Decls: []ast.Decl{
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 138 as := f.Decls[0].(*ast.FuncDecl).Body.List[0].(*ast.AssignStmt)
160 as := f.Decls[0].(*ast.FuncDecl).Body.List[0].(*ast.DeclStmt).Decl.(*ast.GenDecl).Specs[0].(*ast.ValueSpec)
377 for _, d := range file.Decls {
  /prebuilts/go/linux-x86/src/go/printer/
printer_test.go 437 var decls = []string{ var
444 for _, src := range decls {
451 err = Fprint(&buf, fset, file.Decls) // only print declarations
477 err = Fprint(&buf, fset, file.Decls[0].(*ast.FuncDecl).Body.List) // only print statements
538 Decls: []ast.Decl{
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 64 for _, decl := range f.Decls {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
printer.go 655 if len(n.Decls) > 0 {
657 for _, d := range n.Decls {
776 Decls []Decl
804 pg.Decls = list
  /prebuilts/go/darwin-x86/src/go/ast/
import.go 16 for _, d := range f.Decls {
walk.go 353 walkDeclList(v, n.Decls)
  /prebuilts/go/darwin-x86/src/go/format/
format.go 99 for _, d := range file.Decls {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mkbuiltin.go 64 for _, decl := range f.Decls {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
printer.go 655 if len(n.Decls) > 0 {
657 for _, d := range n.Decls {
776 Decls []Decl
804 pg.Decls = list
  /prebuilts/go/linux-x86/src/go/ast/
import.go 16 for _, d := range f.Decls {
  /prebuilts/go/linux-x86/src/go/format/
format.go 99 for _, d := range file.Decls {
  /external/clang/lib/Sema/
SemaDeclObjC.cpp     [all...]

Completed in 363 milliseconds

1 2 3 4 5 67 8 91011