HomeSort by relevance Sort by last modified time
    Searched defs:fieldDecl (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 1166 // StructType = "struct" "{" { FieldDecl ";" } "}" .
1177 p.fieldDecl(typ)
1244 // FieldDecl = (IdentifierList Type | AnonymousField) [ Tag ] .
1247 func (p *parser) fieldDecl(styp *StructType) {
1249 defer p.trace("fieldDecl")()
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 1166 // StructType = "struct" "{" { FieldDecl ";" } "}" .
1177 p.fieldDecl(typ)
1244 // FieldDecl = (IdentifierList Type | AnonymousField) [ Tag ] .
1247 func (p *parser) fieldDecl(styp *StructType) {
1249 defer p.trace("fieldDecl")()
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 484 /// fieldDecl(isPublic())
500 /// fieldDecl(isProtected())
516 /// fieldDecl(isPrivate())
531 /// fieldDecl(isBitField())
533 AST_MATCHER(FieldDecl, isBitField) {
547 /// fieldDecl(isBitField())
549 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
771 /// refersToDeclaration(fieldDecl(hasName("next"))))
772 /// matches the specialization \c A<&B::next> with \c fieldDecl(...) matching
790 /// isExpr(hasDescendant(declRefExpr(to(fieldDecl(hasName("next")))))))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/
ASTMatchers.h 493 /// fieldDecl(isPublic())
509 /// fieldDecl(isProtected())
525 /// fieldDecl(isPrivate())
540 /// fieldDecl(isBitField())
542 AST_MATCHER(FieldDecl, isBitField) {
557 /// fieldDecl(hasBitWidth(2))
559 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) {
574 /// fieldDecl(hasInClassInitializer(integerLiteral(equals(2))))
576 /// fieldDecl(hasInClassInitializer(anything()))
578 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 

Completed in 157 milliseconds

1 2