Home
last modified time | relevance | path

Searched refs:insertPos (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2630 void *insertPos = nullptr; in getExtQualType() local
2644 (void) ExtQualNodes.FindNodeOrInsertPos(ID, insertPos); in getExtQualType()
2648 ExtQualNodes.InsertNode(eq, insertPos); in getExtQualType()
3307 void *insertPos = nullptr; in getDependentSizedArrayType() local
3323 DependentSizedArrayTypes.InsertNode(canonTy, insertPos); in getDependentSizedArrayType()
3353 void *insertPos = nullptr; in getIncompleteArrayType() local
3378 IncompleteArrayTypes.InsertNode(newType, insertPos); in getIncompleteArrayType()
3533 void *insertPos = nullptr; in getDependentAddressSpaceType() local
3935 void *insertPos = nullptr; in getAttributedType() local
3944 AttributedTypes.InsertNode(type, insertPos); in getAttributedType()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2597 void *insertPos; in buildByrefHelpers() local
2599 = CGM.ByrefHelpersCache.FindNodeOrInsertPos(id, insertPos); in buildByrefHelpers()
2606 CGM.ByrefHelpersCache.InsertNode(copy, insertPos); in buildByrefHelpers()
H A DCGCall.cpp758 void *insertPos = nullptr; in arrangeLLVMFunctionInfo() local
759 CGFunctionInfo *FI = FunctionInfos.FindNodeOrInsertPos(ID, insertPos); in arrangeLLVMFunctionInfo()
768 FunctionInfos.InsertNode(FI, insertPos); in arrangeLLVMFunctionInfo()