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/AST/
ExprConstant.cpp 219 /// relevant diagnostic and set the designator as invalid.
222 /// Update this designator to refer to the first element within this array.
233 /// Update this designator to refer to the given base or member of this
248 /// Update this designator to refer to the given complex component.
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 740 typedef DesignatedInitExpr::Designator Designator;
750 SmallVector<Designator, 4> Designators;
759 Designators.push_back(Designator(Field->getIdentifier(), DotLoc,
771 Designators.push_back(Designator(Name, DotLoc, FieldLoc));
781 Designators.push_back(Designator(Index, LBracketLoc, RBracketLoc));
793 Designators.push_back(Designator(Index, LBracketLoc, EllipsisLoc,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 21 #include "clang/Sema/Designator.h"
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 244 milliseconds