Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfoMetadata.cpp151 auto MatchLoc = Locations.find(std::make_pair(LS, L)); in getMergedLocation() local
152 if (MatchLoc != Locations.end()) { in getMergedLocation()
156 bool SameLine = Line == MatchLoc->second.first; in getMergedLocation()
157 bool SameCol = Col == MatchLoc->second.second; in getMergedLocation()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp3057 SourceLocation MatchLoc; member
3079 MatchLoc = Loc; in Matches()
8401 if (Checker.MatchLoc.isInvalid()) in findTemplateParameterInType()
8403 return Checker.MatchLoc; in findTemplateParameterInType()
8411 if (Checker.MatchLoc.isInvalid()) in findTemplateParameter()
8413 return Checker.MatchLoc; in findTemplateParameter()