Searched refs:CorrectedII (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp813 if (const IdentifierInfo *CorrectedII = CorrectedPVD->getIdentifier())
815 << CorrectedII->getName()
816 << FixItHint::CreateReplacement(ArgRange, CorrectedII->getName());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1236 IdentifierInfo *CorrectedII = nullptr; local
1241 /*IsClassTemplateDeductionContext*/ false, &CorrectedII);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp291 IdentifierInfo **CorrectedII) {
377 if (CorrectedII) {
411 *CorrectedII = NewII;
284 getTypeName(const IdentifierInfo &II, SourceLocation NameLoc, Scope *S, CXXScopeSpec *SS, bool isClassName, bool HasTrailingDot, ParsedType ObjectTypePtr, bool IsCtorOrDtorName, bool WantNontrivialTypeSourceInfo, bool IsClassTemplateDeductionContext, IdentifierInfo **CorrectedII) argument
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2338 IdentifierInfo **CorrectedII = nullptr);

Completed in 301 milliseconds