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 206 /// PointerUnion3 - This is a pointer union of three pointer types. See
209 class PointerUnion3 {
244 PointerUnion3() {}
246 PointerUnion3(PT1 V) {
249 PointerUnion3(PT2 V) {
252 PointerUnion3(PT3 V) {
295 const PointerUnion3 &operator=(const PT1 &RHS) {
299 const PointerUnion3 &operator=(const PT2 &RHS) {
303 const PointerUnion3 &operator=(const PT3 &RHS) {
309 static inline PointerUnion3 getFromOpaqueValue(void *VP)
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 189 typedef llvm::PointerUnion3<OverloadExpr *, Decl *,
  /external/clang/include/clang/AST/
DeclTemplate.h 38 typedef llvm::PointerUnion3<TemplateTypeParmDecl*, NonTypeTemplateParmDecl*,
    [all...]
ExprObjC.h 539 llvm::PointerUnion3<Stmt*, const Type*, ObjCInterfaceDecl*> Receiver;
    [all...]
DeclCXX.h     [all...]

Completed in 52 milliseconds