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

  /external/llvm/include/llvm/ADT/
PointerUnion.h 365 /// PointerUnion4 - This is a pointer union of four pointer types. See
368 class PointerUnion4 {
376 PointerUnion4() {}
378 PointerUnion4(PT1 V) {
381 PointerUnion4(PT2 V) {
384 PointerUnion4(PT3 V) {
387 PointerUnion4(PT4 V) {
430 const PointerUnion4 &operator=(std::nullptr_t) {
437 const PointerUnion4 &operator=(const PT1 &RHS) {
441 const PointerUnion4 &operator=(const PT2 &RHS)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 176 typedef llvm::PointerUnion4<TemplateDecl *,
ASTContext.h 463 llvm::PointerUnion4<const Decl *, const Stmt *,
471 llvm::PointerUnion4<const Decl *, const Stmt *,
    [all...]
Decl.h 739 typedef llvm::PointerUnion4<Stmt *, EvaluatedStmt *,
    [all...]

Completed in 1169 milliseconds