| /llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 80 Data.setPointer(NewHead); in erase_if() 104 RHS.Data.setPointer(nullptr); in StoredDeclsList() 128 RHS.Data.setPointer(nullptr); 205 Data.setPointer(DeclsAsList); in replaceExternalDecls() 226 Data.setPointer(D); in addOrReplaceDecl() 233 Data.setPointer(D); in addOrReplaceDecl() 241 Data.setPointer(Node); in addOrReplaceDecl() 274 Data.setPointer(D); in prependDeclNoReplace() 281 Data.setPointer(Node); in prependDeclNoReplace()
|
| H A D | GlobalDecl.h | 65 Value.setPointer(D); in Init() 96 CanonGD.Value.setPointer(Value.getPointer()->getCanonicalDecl()); in getCanonicalDecl() 169 Result.Value.setPointer(D); in getWithDecl()
|
| H A D | ASTVector.h | 56 O.Capacity.setPointer(nullptr); in ASTVector() 405 Capacity.setPointer(Begin+NewCapacity); in grow()
|
| H A D | ExprObjC.h | 807 PropertyOrGetter.setPointer(D); 809 SetterAndMethodRefFlags.setPointer(nullptr); 815 PropertyOrGetter.setPointer(Getter); in setExplicitProperty() 817 SetterAndMethodRefFlags.setPointer(Setter); in setImplicitProperty()
|
| /llvm-project/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | |
| /llvm-project/clang/include/clang/Sema/ |
| H A D | ObjCMethodList.h | 47 void setNext(ObjCMethodList *L) { NextAndExtraBits.setPointer(L); } in setNext() 54 return MethodAndHasMoreThanOneDecl.setPointer(M); in setMethod()
|
| /llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 63 Mockup.Prefix.setPointer(Prefix); in Create() 79 Mockup.Prefix.setPointer(Prefix); in Create() 95 Mockup.Prefix.setPointer(Prefix); in Create() 107 Mockup.Prefix.setPointer(Prefix); in Create() 117 Mockup.Prefix.setPointer(nullptr); in Create() 135 Mockup.Prefix.setPointer(nullptr); in SuperSpecifier()
|
| H A D | RecordLayout.cpp | 63 CXXInfo->PrimaryBase.setPointer(PrimaryBase); in ASTRecordLayout()
|
| H A D | DeclBase.cpp | 1547 PrevDecl->NextInContextAndBits.setPointer(D); in LoadLexicalDeclsFromExternalStorage() 1598 ExternalLast->NextInContextAndBits.setPointer(FirstDecl); in SetExternalVisibleDeclsForName() 1715 I->NextInContextAndBits.setPointer(D->NextInContextAndBits.getPointer()); in removeDecl() 1723 D->NextInContextAndBits.setPointer(nullptr); in addHiddenDecl() 1761 LastDecl->NextInContextAndBits.setPointer(D); in addDeclInternal() 2196 LastSDM.setPointer(nullptr); in Create()
|
| /llvm-project/llvm/unittests/ADT/ |
| H A D | PointerIntPairTest.cpp | 30 Pair.setPointer(nullptr); in TEST() 57 Pair2.setPointer(nullptr); in TEST()
|
| /llvm-project/mlir/lib/IR/ |
| H A D | Region.cpp | 197 block->parentValidOpOrderPair.setPointer(getParentRegion()); in addNodeToList() 204 block->parentValidOpOrderPair.setPointer(nullptr); in removeNodeFromList() 219 first->parentValidOpOrderPair.setPointer(curParent); in transferNodesFromList()
|
| H A D | Dominance.cpp | 73 entry.setPointer(domTree); in getDominanceInfo() 83 entry.setPointer(domTree); in getDominanceInfo()
|
| H A D | OperationSupport.cpp | 61 dictionarySorted.setPointer(DictionaryAttr::getWithSorted(context, attrs)); in getDictionary() 74 dictionarySorted.setPointer(nullptr); in assign() 114 dictionarySorted.setPointer(nullptr); in set() 124 dictionarySorted.setPointer(nullptr); in set() 138 dictionarySorted.setPointer(nullptr);
|
| /llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DependencyTracker.h | 140 RootCU.setPointer(RootEntry.CU); in LiveRootWorklistItemTy() 147 RootCU.setPointer(RootEntry.CU); in LiveRootWorklistItemTy()
|
| /llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_node_base.h | 39 void setPrev(NodeBase *Prev) { PrevAndSentinel.setPointer(Prev); } in setPrev()
|
| H A D | fallible_iterator.h | 206 ErrState.setPointer(nullptr); in handleError()
|
| H A D | PointerIntPair.h | 98 void setPointer(PointerTy PtrVal) & { in setPointer() function
|
| /llvm-project/clang/lib/AST/Interp/ |
| H A D | EvaluationResult.h | |
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetCallingConv.h | 146 void setPointer() { IsPointer = 1; } in getNonZeroMemAlign() 142 void setPointer() { IsPointer = 1; } setPointer() function
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | GlobalCompilationDatabase.cpp | 680 SearchPaths[I].setPointer(&Dirs[*Parent.Opts.CompileCommandsDir]); in filter() 693 SearchPaths[I].setPointer(addParents(AllFiles[I])); in filter() 696 SearchPaths[I].setPointer(&Dirs[*Spec.FixedCDBPath]); in filter()
|
| /llvm-project/llvm/lib/Analysis/ |
| H A D | GlobalsModRef.cpp | 111 Info.setPointer(new AlignedMap(*ArgPtr)); in FunctionInfo() 121 Info.setPointer(new AlignedMap(*RHSPtr)); in operator =() 184 Info.setPointer(P); in addModRefInfoForGlobal()
|
| /llvm-project/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 42 Other.Alloc.setPointer(nullptr); in BumpVectorContext()
|
| /llvm-project/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 127 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | Address.h | 185 Pointer.setPointer(P); in getElementType()
|
| /llvm-project/clang/test/CodeGenObjC/ |
| H A D | arc-property.m | 31 // CHECK: define internal void @"\01-[Test1 setPointer:]"(
|