Home
last modified time | relevance | path

Searched defs:SMap (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp22 typedef llvm::DenseMap<const Stmt*, CFGBlock*> SMap; typedef
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h511 StatementMap SMap; variable
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1978 DiagnoseUnimplementedAccessor(Sema & S,ObjCInterfaceDecl * PrimaryClass,Selector Method,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,ObjCCategoryDecl * C,ObjCPropertyDecl * Prop,llvm::SmallPtrSet<const ObjCMethodDecl *,8> & SMap) DiagnoseUnimplementedAccessor() argument
H A DSemaCodeComplete.cpp1148 if (NamePos != SMap.end()) { in MaybeAddResult() local