Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4750 auto FNewDecLoc = SrcMgr.getDecomposedLoc(New); in notePreviousDefinition() local
4752 auto *FNew = SrcMgr.getFileEntryForID(FNewDecLoc.first); in notePreviousDefinition()
4783 if (FNew == FOld && FNewDecLoc.second == FOldDecLoc.second) { in notePreviousDefinition()
4785 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()