Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp921 bool FoundName = false; in visitFullComment() local
927 FoundName = true; in visitFullComment()
931 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.cpp4509 FoundName(Name->getName()); in FoundDecl()
4512 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
5222 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
5234 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1994 auto FoundName = MangledDeclNames.find(CanonicalGD); in getMangledName() local
1995 if (FoundName != MangledDeclNames.end()) in getMangledName()
1996 return FoundName->second; in getMangledName()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp299 StringRef FoundName = in ParseGNUAttributes() local
301 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes()