Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h115 void FoundName(StringRef Name);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4578 FoundName(Name->getName()); in FoundDecl()
4581 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
5287 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
5299 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1968 auto FoundName = MangledDeclNames.find(CanonicalGD); in getMangledName() local
1969 if (FoundName != MangledDeclNames.end()) in getMangledName()
1970 return FoundName->second; in getMangledName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp266 StringRef FoundName = in ParseGNUAttributes() local
268 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes()