Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DIdDependentBackwardBranchCheck.h26 struct IdDependencyRecord { struct
27 IdDependencyRecord(const VarDecl *Declaration, SourceLocation Location, in IdDependencyRecord() function
31 IdDependencyRecord(const FieldDecl *Declaration, SourceLocation Location, in IdDependencyRecord() function
42 std::map<const VarDecl *, IdDependencyRecord> IdDepVarsMap; argument