Searched defs:PairType (Results 1 – 3 of 3) sorted by relevance
182 std::string PairType = "std::pair<" + FieldType + ", int>"; in emitLookupFunction() local
459 typedef std::pair<const Stmt *, PropagationInfo> PairType; typedef in clang::consumed::ConsumedStmtVisitor
1586 typedef std::pair<Init*, std::string> PairType; in get() typedef