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 221 /// PointerUnion3 - This is a pointer union of three pointer types. See
224 class PointerUnion3 {
259 PointerUnion3() {}
261 PointerUnion3(PT1 V) {
264 PointerUnion3(PT2 V) {
267 PointerUnion3(PT3 V) {
309 const PointerUnion3 &operator=(std::nullptr_t) {
316 const PointerUnion3 &operator=(const PT1 &RHS) {
320 const PointerUnion3 &operator=(const PT2 &RHS) {
324 const PointerUnion3 &operator=(const PT3 &RHS)
    [all...]
  /external/clang/tools/libclang/
CXCursor.h 235 typedef llvm::PointerUnion3<const OverloadExpr *, const Decl *,
  /external/clang/include/clang/AST/
ExprObjC.h 556 llvm::PointerUnion3<Stmt*, const Type*, ObjCInterfaceDecl*> Receiver;
    [all...]
DeclCXX.h     [all...]
DeclTemplate.h 41 typedef llvm::PointerUnion3<TemplateTypeParmDecl*, NonTypeTemplateParmDecl*,
    [all...]

Completed in 81 milliseconds