Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicTypeInfo.h27 DynamicTypeInfo(QualType WithType, bool CanBeSub = true)
28 : T(WithType), CanBeASubClass(CanBeSub) {} in T() argument
/external/antlr/runtime/ObjC/Framework/
DBufferedTokenStream.h96 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)…
DBufferedTokenStream.m325 - (AMutableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex WithType:(NSInteger)…