Searched refs:KindType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DParsedTemplate.h26 enum KindType { enum in class:clang::ParsedTemplateArgument
44 ParsedTemplateArgument(KindType Kind, void *Arg, SourceLocation Loc)
67 KindType getKind() const { return Kind; }
114 KindType Kind;
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1115 /// KindType - An enum for a kind of use, indicating what types of
1117 enum KindType { enum in class:__anon9107::LSRUse
1125 KindType Kind;
1151 LSRUse(KindType K, Type *T) : Kind(K), AccessTy(T),
1273 LSRUse::KindType Kind, Type *AccessTy,
1331 LSRUse::KindType Kind, Type *AccessTy,
1353 LSRUse::KindType Kind, Type *AccessTy,
1379 LSRUse::KindType Kind, Type *AccessTy,
1412 static std::pair<const SCEV *, LSRUse::KindType> getEmptyKey() {
1416 static std::pair<const SCEV *, LSRUse::KindType> getTombstoneKe
[all...]

Completed in 119 milliseconds