Searched defs:Existing (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { argument
H A DSemaLookup.cpp365 isPreferredLookupResult(Sema &S, Sema::LookupNameKind Kind, NamedDecl *D, NamedDecl *Existing) argument
H A DSemaDeclAttr.cpp2872 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); local
2894 OpenCLIntelReqdSubGroupSizeAttr *Existing = local
3102 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h159 ReplacementError(replacement_error Err, Replacement Existing) argument
164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp301 EntryType *Existing = Specializations.GetOrInsertNode(Entry); local
520 ClassTemplatePartialSpecializationDecl *Existing local
1190 VarTemplatePartialSpecializationDecl *Existing = local
H A DASTContext.cpp3928 QualType Existing = QualType(FPT, 0); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp927 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp643 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; local
H A DASTReaderDecl.cpp2495 mergeTemplatePattern(RedeclarableTemplateDecl *D, RedeclarableTemplateDecl *Existing, DeclID DsID, bool IsKeyDecl) argument
2538 mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, RedeclarableResult &Redecl, DeclID TemplatePatternID) argument
4246 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; local
[all...]

Completed in 285 milliseconds