Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp920 bool FoundName = false; in visitFullComment() local
926 FoundName = true; in visitFullComment()
930 if (!FoundName) in visitFullComment()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h111 void FoundName(StringRef Name);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4603 FoundName(Name->getName()); in FoundDecl()
4606 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
5314 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
5326 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2166 auto FoundName = MangledDeclNames.find(CanonicalGD); in getMangledName() local
2167 if (FoundName != MangledDeclNames.end()) in getMangledName()
2168 return FoundName->second; in getMangledName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp263 StringRef FoundName = in ParseGNUAttributes() local
265 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc5625 …ameEN4llvm9StringRefE", "(anonymous namespace)::TypoCorrectionConsumer::FoundName(llvm::StringRef)…