Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp1228 bool FoundName = false; in visitFullComment() local
1234 FoundName = true; in visitFullComment()
1238 if (!FoundName) in visitFullComment()
/external/clang/lib/Sema/
DSemaLookup.cpp3167 void FoundName(StringRef Name);
3214 FoundName(Name->getName()); in FoundDecl()
3217 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
3826 Consumer.FoundName(I->getKey()); in CorrectTypo()
3838 Consumer.FoundName(Name); in CorrectTypo()