Searched defs:MapTy (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Index/ |
D | DeclReferenceMap.h | 35 typedef std::multimap<NamedDecl*, ASTLocation> MapTy; typedef
|
D | Indexer.h | 37 typedef std::map<Entity, TUSetTy> MapTy; typedef
|
/external/clang/lib/AST/ |
D | ParentMap.cpp | 21 typedef llvm::DenseMap<Stmt*, Stmt*> MapTy; typedef
|
D | ExprConstant.cpp | 52 typedef llvm::DenseMap<const OpaqueValueExpr*, APValue> MapTy; typedef
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckObjCInstMethSignature.cpp | 86 typedef llvm::DenseMap<Selector,ObjCMethodDecl*> MapTy; in CheckObjCInstMethSignature() typedef
|
/external/llvm/include/llvm/ADT/ |
D | DenseSet.h | 27 typedef DenseMap<ValueT, char, ValueInfoT> MapTy; typedef
|
/external/llvm/utils/TableGen/ |
D | IntrinsicEmitter.cpp | 326 typedef std::map<RecPair, std::vector<unsigned>, RecordListComparator> MapTy; in EmitVerifier() typedef 421 typedef std::map<RecPair, std::vector<unsigned>, RecordListComparator> MapTy; in EmitGenerator() typedef
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 366 Type *MapTy; in FoldReinterpretLoadFromConstPtr() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 60 typedef DenseMap<KeyT, size_t> MapTy; typedef in __anondb1c5eec0111::MapVector 1268 typedef MapVector<const Value *, PtrState> MapTy; typedef in __anondb1c5eec0911::BBState
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CFRefCount.cpp | 550 typedef llvm::DenseMap<ObjCSummaryKey, RetainSummary*> MapTy; typedef in __anon2537dd630611::ObjCSummaryCache
|