Home
last modified time | relevance | path

Searched refs:FOldDecLoc (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4335 auto FOldDecLoc = SrcMgr.getDecomposedLoc(Old->getLocation()); in notePreviousDefinition() local
4337 auto *FOld = SrcMgr.getFileEntryForID(FOldDecLoc.first); in notePreviousDefinition()
4367 if (FNew == FOld && FNewDecLoc.second == FOldDecLoc.second) { in notePreviousDefinition()
4368 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()