Searched defs:Representation (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Serialization/
H A DContinuousRangeMap.h44 typedef SmallVector<value_type, InitialCapacity> Representation; typedef in class:clang::ContinuousRangeMap
45 Representation Rep;
82 typedef typename Representation::iterator iterator;
83 typedef typename Representation::const_iterator const_iterator;
/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h324 NestedNameSpecifier *Representation; member in class:clang::NestedNameSpecifierLocBuilder
344 : Representation(0), Buffer(0), BufferSize(0), BufferCapacity(0) { }
357 NestedNameSpecifier *getRepresentation() const { return Representation; }
435 return NestedNameSpecifierLoc(Representation, Buffer).getSourceRange();
451 return NestedNameSpecifierLoc(Representation, Buffer);
457 Representation = 0;
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp32 class Representation {}; class in struct:test0::Num
33 friend class Representation;
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h36 OptionalFlag(const char *Representation) argument
37 : representation(Representation), flag(false) {}
/external/v8/src/
H A Dhydrogen-instructions.h291 class Representation { class in namespace:v8::internal
302 Representation() : kind_(kNone) { } function in class:v8::internal::Representation
304 static Representation None() { return Representation(kNone); }
305 static Representation Tagged() { return Representation(kTagged); }
306 static Representation Integer32() { return Representation(kInteger32); }
307 static Representation Double() { return Representation(kDoubl
326 explicit Representation(Kind k) : kind_(k) { } function in class:v8::internal::Representation
[all...]

Completed in 229 milliseconds