Home
last modified time | relevance | path

Searched refs:TypeValue (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp83 auto Deps = ArgDeps & ~ExprDependence::TypeValue; in computeDependence()
197 return (Active & ExprDependence::TypeValue) | in computeDependence()
198 ((Cond | Active | Inactive) & ~ExprDependence::TypeValue); in computeDependence()
302 return Op->getDependence() & ~ExprDependence::TypeValue; in computeDependence()
311 ~ExprDependence::TypeValue; in computeDependence()
335 auto D = E->getOperand()->getDependence() & ~ExprDependence::TypeValue; in computeDependence()
353 (ExprDependence::TypeValue | ExprDependence::Error)) | in computeDependence()
354 (E->getCommonExpr()->getDependence() & ~ExprDependence::TypeValue); in computeDependence()
381 ~ExprDependence::TypeValue; in computeDependence()
644 if (DesignatorDeps & ExprDependence::TypeValue) in computeDependence()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDependenceFlags.h40 TypeValue = Type | Value, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp414 unsigned &TypeValue = CompletionTypes[CanUsageType]; in CacheCodeCompletionResults() local
415 if (TypeValue == 0) { in CacheCodeCompletionResults()
416 TypeValue = CompletionTypes.size(); in CacheCodeCompletionResults()
418 = TypeValue; in CacheCodeCompletionResults()
421 CachedResult.Type = TypeValue; in CacheCodeCompletionResults()