HomeSort by relevance Sort by last modified time
    Searched defs:Designator (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Sema/
Designator.h 1 //===--- Designator.h - Initialization Designator ---------------*- C++ -*-===//
27 /// Designator - A designator in a C99 designated initializer.
31 /// these. An example of a designator are things like this:
37 class Designator {
126 static Designator getField(const IdentifierInfo *II, SourceLocation DotLoc,
128 Designator D;
136 static Designator getArray(Expr *Index,
138 Designator D
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 21 #include "clang/Sema/Designator.h"
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 770 typedef DesignatedInitExpr::Designator Designator;
780 SmallVector<Designator, 4> Designators;
789 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
801 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
811 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
823 Designators.push_back(Designator(Index, LBracketLoc, EllipsisLoc,
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 235 /// relevant diagnostic and set the designator as invalid.
238 /// Update this designator to refer to the first element within this array.
250 /// Update this designator to refer to the given base or member of this
266 /// Update this designator to refer to the given complex component.
    [all...]

Completed in 42 milliseconds