Searched refs:getContainingDecl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 165 SM.getFilename(S.getContainingDecl()->getLocation())); in isAutoGenerated() 329 CollectStmtSequenceData(StmtSequence(Child, Sequence.getContainingDecl()), in CollectStmtSequenceData() 367 saveHash(S.front(), S.getContainingDecl(), StmtsByHash); in constrain() 455 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack); in calculateStmtComplexity() 462 StmtSequence(S, Seq.getContainingDecl()), Limit, MacroStack); in calculateStmtComplexity()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | CloneDetection.h | 114 const Decl *getContainingDecl() const { in getContainingDecl() function
|