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 338 /// PointerUnion4 - This is a pointer union of four pointer types. See
341 class PointerUnion4 {
349 PointerUnion4() {}
351 PointerUnion4(PT1 V) {
354 PointerUnion4(PT2 V) {
357 PointerUnion4(PT3 V) {
360 PointerUnion4(PT4 V) {
404 const PointerUnion4 &operator=(const PT1 &RHS) {
408 const PointerUnion4 &operator=(const PT2 &RHS) {
412 const PointerUnion4 &operator=(const PT3 &RHS)
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 175 typedef llvm::PointerUnion4<TemplateDecl *,
Decl.h 738 typedef llvm::PointerUnion4<Stmt *, EvaluatedStmt *,
    [all...]

Completed in 27 milliseconds