HomeSort by relevance Sort by last modified time
    Searched refs:getVariableArrayDecayedType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Sema/
Initialization.h 183 Entity.Type = Context.getVariableArrayDecayedType(
198 Entity.Type = Context.getVariableArrayDecayedType(Type);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 753 /// getVariableArrayDecayedType - Returns a vla type where known sizes
755 QualType getVariableArrayDecayedType(QualType Ty) const;
    [all...]

Completed in 169 milliseconds