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 227 /// PointerUnion3 - This is a pointer union of three pointer types. See
230 class PointerUnion3 {
265 PointerUnion3() {}
267 PointerUnion3(PT1 V) {
270 PointerUnion3(PT2 V) {
273 PointerUnion3(PT3 V) {
315 const PointerUnion3 &operator=(std::nullptr_t) {
322 const PointerUnion3 &operator=(const PT1 &RHS) {
326 const PointerUnion3 &operator=(const PT2 &RHS) {
330 const PointerUnion3 &operator=(const PT3 &RHS)
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 232 typedef llvm::PointerUnion3<const OverloadExpr *, const Decl *,
  /external/clang/include/clang/AST/
DeclTemplate.h 43 typedef llvm::PointerUnion3<TemplateTypeParmDecl*, NonTypeTemplateParmDecl*,
264 llvm::PointerUnion3<ArgType, ParmDecl*, Chain*> ValueOrInherited;
    [all...]
ExprObjC.h 575 llvm::PointerUnion3<Stmt*, const Type*, ObjCInterfaceDecl*> Receiver;
    [all...]
DeclCXX.h     [all...]

Completed in 601 milliseconds