HomeSort by: relevance | last modified time | path
    Searched defs:Declarator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
Nodes.h 99 Declarator,
488 /// contain an inner declarator inside parentheses, we represent it as
491 class Declarator : public Tree {
493 Declarator(NodeKind K) : Tree(K) {}
497 /// A top-level declarator without parentheses. See comment of Declarator for
499 class SimpleDeclarator final : public Declarator {
501 SimpleDeclarator() : Declarator(NodeKind::SimpleDeclarator) {}
505 /// Declarator inside parentheses.
507 /// See comment of Declarator for more details
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 196 /* This structure stores information about a declarator. */
206 struct _Declarator *head; /* head function declarator */
208 struct _Declarator *next; /* next declarator in list */
209 } Declarator;
215 Declarator *declarator; member in struct:parameter
221 Declarator *first; /* pointer to first declarator in list */
222 Declarator *last; /* pointer to last declarator in list *
239 Declarator *declarator; member in union:__anon6507
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 49 class Declarator;
814 /// Checks if this DeclSpec can stand alone, without a Declarator.
1170 /// declarator that is parsed.
1245 /// declarator is parsed. There are two interesting styles of parameters
1314 /// declarator.
1327 /// The location of the 'mutable' qualifer in a lambda-declarator, if
1338 /// describe the parameters specified by this function declarator. null if
1468 /// Determine whether this lambda-declarator contains a 'mutable'
1496 /// Determine whether this function declarator had a
1500 /// Get the trailing-return-type for this function declarator
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 216 /* This structure stores information about a declarator. */
226 struct _Declarator *head; /* head function declarator */
228 struct _Declarator *next; /* next declarator in list */
229 } Declarator;
235 Declarator *declarator; member in struct:parameter
241 Declarator *first; /* pointer to first declarator in list */
242 Declarator *last; /* pointer to last declarator in list *
259 Declarator *declarator; member in union:__anon6458
    [all...]

Completed in 69 milliseconds