Searched defs:SymbolTag (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 185 conjureSymbol(const Stmt * E,const LocationContext * LCtx,QualType T,unsigned Count,const void * SymbolTag) conjureSymbol() argument 233 getMetadataSymbol(const MemRegion * R,const Stmt * S,QualType T,const LocationContext * LCtx,unsigned Count,const void * SymbolTag) getMetadataSymbol() argument
|
H A D | SValBuilder.cpp | 158 conjureSymbolVal(const void * SymbolTag,const Expr * Ex,const LocationContext * LCtx,unsigned Count) conjureSymbolVal() argument
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 84 const void *SymbolTag; global() variable 114 Profile(llvm::FoldingSetNodeID & profile,const Stmt * S,QualType T,unsigned Count,const LocationContext * LCtx,const void * SymbolTag) Profile() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 1561 enum class SymbolTag { Deprecated = 1 }; global() enum
|