Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp908 bool FoundName = false; in visitFullComment() local
914 FoundName = true; in visitFullComment()
918 if (!FoundName) in visitFullComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h115 void FoundName(StringRef Name);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp4237 FoundName(Name->getName()); in FoundDecl()
4240 void TypoCorrectionConsumer::FoundName(StringRef Name) { in FoundName() function in TypoCorrectionConsumer
4935 Consumer->FoundName(I.getKey()); in makeTypoCorrectionConsumer()
4947 Consumer->FoundName(Name); in makeTypoCorrectionConsumer()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1334 auto FoundName = MangledDeclNames.find(CanonicalGD); in getMangledName() local
1335 if (FoundName != MangledDeclNames.end()) in getMangledName()
1336 return FoundName->second; in getMangledName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp254 StringRef FoundName = in ParseGNUAttributes() local
256 IdentifierInfo *MacroII = PP.getIdentifierInfo(FoundName); in ParseGNUAttributes()