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

  /external/llvm/include/llvm/ADT/
PointerUnion.h 333 /// PointerUnion4 - This is a pointer union of four pointer types. See
336 class PointerUnion4 {
344 PointerUnion4() {}
346 PointerUnion4(PT1 V) {
349 PointerUnion4(PT2 V) {
352 PointerUnion4(PT3 V) {
355 PointerUnion4(PT4 V) {
399 const PointerUnion4 &operator=(const PT1 &RHS) {
403 const PointerUnion4 &operator=(const PT2 &RHS) {
407 const PointerUnion4 &operator=(const PT3 &RHS)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 176 typedef llvm::PointerUnion4<TemplateDecl *,
Decl.h 649 typedef llvm::PointerUnion4<Stmt *, EvaluatedStmt *,
    [all...]

Completed in 33 milliseconds