Searched defs:ContextPtr (Results 1 – 4 of 4) sorted by relevance
453 const CompilerDeclContext &ContextPtr = in findFunctions() local509 const CompilerDeclContext &ContextPtr = in findNamespaces() local527 const CompilerDeclContext &ContextPtr = in findTypes() local582 const CompilerDeclContext &ContextPtr = in findVariables() local
56 using ContextPtr = RefPointer<Context>; variable
750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function
1830 LLVMContext *ContextPtr = NoLLVMBitcode ? nullptr : &Context; in dumpSymbolNamesFromFile() local