HomeSort by relevance Sort by last modified time
    Searched refs:TypeSpec (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 147 return TypeSpec;
202 case TypeSpec:
224 case TypeSpec:
243 case TypeSpec:
286 case TypeSpec: {
346 case NestedNameSpecifier::TypeSpec:
411 case NestedNameSpecifier::TypeSpec: {
425 assert((Qualifier->getKind() == NestedNameSpecifier::TypeSpec ||
623 case NestedNameSpecifier::TypeSpec:
  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 33 case *ast.TypeSpec:
exports.go 164 case *ast.TypeSpec:
example.go 157 case *ast.TypeSpec:
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 33 case *ast.TypeSpec:
exports.go 164 case *ast.TypeSpec:
  /external/clang/tools/libclang/
IndexTypeSourceInfo.cpp 144 case NestedNameSpecifier::TypeSpec:
  /external/clang/utils/TableGen/
NeonEmitter.cpp 101 // TypeSpec
104 /// A TypeSpec is just a simple wrapper around a string, but gets its own type
107 /// A TypeSpec can be used to create a type.
108 class TypeSpec : public std::string {
110 static std::vector<TypeSpec> fromTypeSpecs(StringRef Str) {
111 std::vector<TypeSpec> Ret;
112 TypeSpec Acc;
116 Ret.push_back(TypeSpec(Acc));
133 TypeSpec TS;
137 // they are not related to the type. But they live in the TypeSpec (not th
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 193 func (pkg *Package) oneLineTypeDecl(spec *ast.TypeSpec) {
290 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
291 if isExported(typeSpec.Name.Name) {
292 pkg.oneLineTypeDecl(typeSpec)
343 // findTypeSpec returns the ast.TypeSpec within the declaration that defines the symbol.
345 func (pkg *Package) findTypeSpec(decl *ast.GenDecl, symbol string) *ast.TypeSpec {
347 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
348 if symbol == typeSpec.Name.Name
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 193 func (pkg *Package) oneLineTypeDecl(spec *ast.TypeSpec) {
290 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
291 if isExported(typeSpec.Name.Name) {
292 pkg.oneLineTypeDecl(typeSpec)
343 // findTypeSpec returns the ast.TypeSpec within the declaration that defines the symbol.
345 func (pkg *Package) findTypeSpec(decl *ast.GenDecl, symbol string) *ast.TypeSpec {
347 typeSpec := spec.(*ast.TypeSpec) // Must succeed.
348 if symbol == typeSpec.Name.Name
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 70 s := s.(*ast.TypeSpec)
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 70 s := s.(*ast.TypeSpec)
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 82 TypeSpec,
  /external/clang/lib/CodeGen/
CGCXX.cpp 292 assert((Qual->getKind() == NestedNameSpecifier::TypeSpec) &&
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 821 // The Spec type stands for any of *ImportSpec, *ValueSpec, and *TypeSpec.
847 // A TypeSpec node represents a type declaration (TypeSpec production).
848 TypeSpec struct {
865 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
883 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
890 func (*TypeSpec) specNode() {}
911 // token.TYPE *TypeSpec
scope.go 114 case *TypeSpec:
walk.go 313 case *TypeSpec:
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 821 // The Spec type stands for any of *ImportSpec, *ValueSpec, and *TypeSpec.
847 // A TypeSpec node represents a type declaration (TypeSpec production).
848 TypeSpec struct {
865 func (s *TypeSpec) Pos() token.Pos { return s.Name.Pos() }
883 func (s *TypeSpec) End() token.Pos { return s.Type.End() }
890 func (*TypeSpec) specNode() {}
911 // token.TYPE *TypeSpec
scope.go 114 case *TypeSpec:
walk.go 313 case *TypeSpec:
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 413 case *ast.TypeSpec:
416 // begins at the identifier in the TypeSpec and ends at the end of
  /prebuilts/go/linux-x86/src/go/types/
decl.go 413 case *ast.TypeSpec:
416 // begins at the identifier in the TypeSpec and ends at the end of
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 142 case NestedNameSpecifier::TypeSpec:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/fix/
fix.go 236 case *ast.TypeSpec:
513 case *ast.TypeSpec:
  /prebuilts/go/linux-x86/src/cmd/fix/
fix.go 236 case *ast.TypeSpec:
513 case *ast.TypeSpec:

Completed in 3115 milliseconds

1 2 3 4