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

  /external/llvm/include/llvm/ADT/
PointerUnion.h 201 /// PointerUnion3 - This is a pointer union of three pointer types. See
204 class PointerUnion3 {
239 PointerUnion3() {}
241 PointerUnion3(PT1 V) {
244 PointerUnion3(PT2 V) {
247 PointerUnion3(PT3 V) {
290 const PointerUnion3 &operator=(const PT1 &RHS) {
294 const PointerUnion3 &operator=(const PT2 &RHS) {
298 const PointerUnion3 &operator=(const PT3 &RHS) {
304 static inline PointerUnion3 getFromOpaqueValue(void *VP)
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 235 typedef llvm::PointerUnion3<const OverloadExpr *, const Decl *,
  /external/clang/include/clang/AST/
DeclTemplate.h 39 typedef llvm::PointerUnion3<TemplateTypeParmDecl*, NonTypeTemplateParmDecl*,
    [all...]
ExprObjC.h 542 llvm::PointerUnion3<Stmt*, const Type*, ObjCInterfaceDecl*> Receiver;
    [all...]
DeclCXX.h     [all...]

Completed in 155 milliseconds