Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h6612 typedef llvm::DenseMap<IdentifierInfo *, SrcLocSet> IdentifierSourceLocations; typedef
6617 IdentifierSourceLocations TypoCorrectionFailures;
/external/clang/lib/Sema/
DSemaLookup.cpp4095 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()