Searched refs:getContainingDecl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 163 SM.getFilename(S.getContainingDecl()->getLocation())); in isAutoGenerated() 327 CollectStmtSequenceData(StmtSequence(Child, Sequence.getContainingDecl()), in CollectStmtSequenceData() 365 saveHash(S.front(), S.getContainingDecl(), StmtsByHash); in constrain() 449 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack); in calculateStmtComplexity() 456 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack); in calculateStmtComplexity()
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 113 const Decl *getContainingDecl() const { in getContainingDecl() function
|