Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp906 bool FoundName = false; in visitFullComment() local
912 FoundName = true; in visitFullComment()
916 if (!FoundName) in visitFullComment()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h115 void FoundName(StringRef Name);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp4231 FoundName(Name->getName()); in FoundDecl()
4234 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
4929 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
4941 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenModule.cpp1103 auto FoundName = MangledDeclNames.find(CanonicalGD); in getMangledName() local
1104 if (FoundName != MangledDeclNames.end()) in getMangledName()
1105 return FoundName->second; in getMangledName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp231 StringRef FoundName = in ParseGNUAttributes() local
233 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes()