HomeSort by: relevance | last modified time | path
    Searched refs:TypeValue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ComputeDependence.cpp 83 auto Deps = ArgDeps & ~ExprDependence::TypeValue;
197 return (Active & ExprDependence::TypeValue) |
198 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue);
302 return Op->getDependence() & ~ExprDependence::TypeValue;
311 ~ExprDependence::TypeValue;
335 auto D = E->getOperand()->getDependence() & ~ExprDependence::TypeValue;
353 (ExprDependence::TypeValue | ExprDependence::Error)) |
354 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue);
381 ~ExprDependence::TypeValue;
644 if (DesignatorDeps & ExprDependence::TypeValue)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependenceFlags.h 40 TypeValue = Type | Value,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 414 unsigned &TypeValue = CompletionTypes[CanUsageType];
415 if (TypeValue == 0) {
416 TypeValue = CompletionTypes.size();
418 = TypeValue;
421 CachedResult.Type = TypeValue;

Completed in 54 milliseconds