Searched defs:Existing (Results 1 – 10 of 10) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 239 if (llvm::GlobalValue *Existing = GetGlobalValue(Name)) in getAddrOfCXXStructor() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 168 NamedDecl *Existing; member in clang::ASTDeclReader::FindExistingResult 181 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() 2103 if (T *Existing = ExistingRes) in mergeRedeclarable() local 2118 RedeclarableTemplateDecl *Existing, in mergeTemplatePattern() 2159 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable() 2213 if (T *Existing = ExistingRes) in mergeMergeable() local 2674 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local 2708 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local 2716 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) in findExisting() local 3344 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; in add() local
|
| H A D | ASTReader.cpp | 488 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local 5533 if (const Type *Existing = DI->getTypeForDecl()) { in readTypeRecord() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | Pragma.cpp | 736 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 764 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local 1404 if (PragmaHandler *Existing = STDCNamespace->FindHandler("", false)) { in IgnorePragmas() local
|
| H A D | ModuleMap.cpp | 1394 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 258 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
|
| H A D | SemaDeclAttr.cpp | 2277 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local
|
| H A D | SemaDeclCXX.cpp | 10392 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 363 ClassTemplateSpecializationDecl *Existing in AddSpecialization() local 384 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 996 VarTemplateSpecializationDecl *Existing = in AddSpecialization() local 1016 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 830 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local 5273 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local 5298 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local 5357 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local
|