Home
last modified time | relevance | path

Searched refs:getDeclarator (Results 1 – 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
DVariable.java34 public Declarator getDeclarator() { return declarator; } in getDeclarator() method in Variable
DFieldDecl.java31 public Declarator getDeclarator() { return (Declarator)tail().head(); } in getDeclarator() method in FieldDecl
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp208 Declarator &getDeclarator() const { in getDeclarator() function in __anonc6f7a84e0111::TypeProcessingState
464 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
520 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
581 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()
613 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()
639 state.getDeclarator().getAttributes()); in distributeFunctionTypeAttrFromDeclSpec()
658 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()
683 assert(!state.getDeclarator().getAttributes().empty() && in distributeTypeAttrsFromDeclarator()
688 ParsedAttributesView AttrsCopy{state.getDeclarator().getAttributes()}; in distributeTypeAttrsFromDeclarator()
725 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()
[all …]
/external/clang/lib/Sema/
DSemaType.cpp175 Declarator &getDeclarator() const { in getDeclarator() function in __anon358d18600111::TypeProcessingState
396 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttr()
454 Declarator &declarator = state.getDeclarator(); in distributeObjCPointerTypeAttrFromDeclarator()
516 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttr()
550 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrToInnermost()
577 state.getDeclarator().getAttrListRef()); in distributeFunctionTypeAttrFromDeclSpec()
598 Declarator &declarator = state.getDeclarator(); in distributeFunctionTypeAttrFromDeclarator()
624 assert(state.getDeclarator().getAttributes() && "declarator has no attrs!"); in distributeTypeAttrsFromDeclarator()
625 AttributeList *attr = state.getDeclarator().getAttributes(); in distributeTypeAttrsFromDeclarator()
670 Declarator &declarator = state.getDeclarator(); in maybeSynthesizeBlockSignature()
[all …]
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java244 ((Variable)left).getDeclarator(), in atAssignExpr()
984 Declarator d = ((Variable)oprand).getDeclarator(); in atPlusPlus()
1022 Declarator d = v.getDeclarator(); in atVariable()
DJavac.java139 Declarator d = fd.getDeclarator(); in compileField()
DCodeGen.java796 ((Variable)left).getDeclarator(), in atAssignExpr()
1762 Declarator d = ((Variable)oprand).getDeclarator(); in atPlusPlus()
1898 Declarator d = v.getDeclarator(); in atVariable()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h540 SimpleDeclarator *getDeclarator();
/external/llvm-project/clang/lib/Tooling/Syntax/
DNodes.cpp414 syntax::SimpleDeclarator *syntax::TrailingReturnType::getDeclarator() { in getDeclarator() function in syntax::TrailingReturnType