Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h6520 typedef llvm::DenseMap<IdentifierInfo *, SrcLocSet> IdentifierSourceLocations; typedef
6525 IdentifierSourceLocations TypoCorrectionFailures;
/external/clang/lib/Sema/
DSemaLookup.cpp4207 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in CorrectTypo()