Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp583 StringRef FoundName; in lookupSection() local
585 if (auto EC = Section.getName(FoundName)) in lookupSection()
587 if (FoundName == Name) in lookupSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp620 StringRef FoundName; in lookupSection() local
622 if (auto EC = Section.getName(FoundName)) in lookupSection()
624 if (FoundName == Name) in lookupSection()
/external/clang/lib/Index/
DCommentToXML.cpp911 bool FoundName = false; in visitFullComment() local
917 FoundName = true; in visitFullComment()
921 if (!FoundName) in visitFullComment()
/external/clang/include/clang/Sema/
DSemaInternal.h133 void FoundName(StringRef Name);
/external/clang/lib/Sema/
DSemaLookup.cpp3873 FoundName(Name->getName()); in FoundDecl()
3876 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
4569 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
4581 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()