reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/APValue.cpp
   62   return (is<TypeInfoLValue>() || is<DynamicAllocLValue>()) ? 0
   62   return (is<TypeInfoLValue>() || is<DynamicAllocLValue>()) ? 0
   67   return (is<TypeInfoLValue>() || is<DynamicAllocLValue>()) ? 0 : Local.Version;
   67   return (is<TypeInfoLValue>() || is<DynamicAllocLValue>()) ? 0 : Local.Version;
   71   assert(is<TypeInfoLValue>() && "not a type_info lvalue");
   76   assert(is<DynamicAllocLValue>() && "not a dynamic allocation lvalue");
   85   if (LHS.is<TypeInfoLValue>())
  128   if (Base.is<TypeInfoLValue>() || Base.is<DynamicAllocLValue>())
  128   if (Base.is<TypeInfoLValue>() || Base.is<DynamicAllocLValue>())
tools/clang/lib/AST/ExprConstant.cpp
   96     if (B.is<TypeInfoLValue>())
   99     if (B.is<DynamicAllocLValue>())
 1872   if (B.is<TypeInfoLValue>() || B.is<DynamicAllocLValue>())
 1872   if (B.is<TypeInfoLValue>() || B.is<DynamicAllocLValue>())
 2029   if (Base.is<DynamicAllocLValue>()) {
 3527         << AK << LVal.Base.is<const ValueDecl*>();
10115   } else if (Base.is<TypeInfoLValue>()) {
10183   } else if (B.is<TypeInfoLValue>()) {
10185   } else if (B.is<DynamicAllocLValue>()) {