Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6803 typedef llvm::DenseMap<IdentifierInfo *, SrcLocSet> IdentifierSourceLocations; typedef
6808 IdentifierSourceLocations TypoCorrectionFailures;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp4240 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); in makeTypoCorrectionConsumer()